1 write to NewValue
dotnet-svcutil-lib.Tests (1)
ReplaceInfo.cs (1)
32this.NewValue = newValue;
2 references to NewValue
dotnet-svcutil-lib.Tests (2)
FixupUtil.cs (1)
138var value = replaceItem.NewValue;
ReplaceInfo.cs (1)
38return $"{this.OriginalValue} -> {this.NewValue}";