diff options
Diffstat (limited to 'src/WixToolset.Extensibility/Data')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/IDelayedField.cs | 6 | ||||
| -rw-r--r-- | src/WixToolset.Extensibility/Data/ILinkContext.cs | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.Extensibility/Data/IDelayedField.cs b/src/WixToolset.Extensibility/Data/IDelayedField.cs index 5c078762..83139413 100644 --- a/src/WixToolset.Extensibility/Data/IDelayedField.cs +++ b/src/WixToolset.Extensibility/Data/IDelayedField.cs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
| 2 | 2 | ||
| 3 | namespace WixToolset.Extensibility.Data | 3 | namespace WixToolset.Extensibility.Data |
| 4 | { | 4 | { |
| @@ -8,6 +8,6 @@ namespace WixToolset.Extensibility.Data | |||
| 8 | { | 8 | { |
| 9 | IntermediateField Field { get; } | 9 | IntermediateField Field { get; } |
| 10 | 10 | ||
| 11 | IntermediateTuple Row { get; } | 11 | IntermediateSymbol Symbol { get; } |
| 12 | } | 12 | } |
| 13 | } \ No newline at end of file | 13 | } |
diff --git a/src/WixToolset.Extensibility/Data/ILinkContext.cs b/src/WixToolset.Extensibility/Data/ILinkContext.cs index c12f6d12..ab698c1d 100644 --- a/src/WixToolset.Extensibility/Data/ILinkContext.cs +++ b/src/WixToolset.Extensibility/Data/ILinkContext.cs | |||
| @@ -19,7 +19,7 @@ namespace WixToolset.Extensibility.Data | |||
| 19 | 19 | ||
| 20 | IEnumerable<Intermediate> Intermediates { get; set; } | 20 | IEnumerable<Intermediate> Intermediates { get; set; } |
| 21 | 21 | ||
| 22 | ITupleDefinitionCreator TupleDefinitionCreator { get; set; } | 22 | ISymbolDefinitionCreator SymbolDefinitionCreator { get; set; } |
| 23 | 23 | ||
| 24 | CancellationToken CancellationToken { get; set; } | 24 | CancellationToken CancellationToken { get; set; } |
| 25 | } | 25 | } |
