2 writes to StringToBeUsed
Microsoft.Build (2)
Logging\BinaryLogger\Postprocessing\StringReadEventArgs.cs (2)
26
StringToBeUsed
= str;
32
StringToBeUsed
= newValue;
7 references to StringToBeUsed
Microsoft.Build (7)
Logging\BinaryLogger\BinaryLogger.cs (1)
262
replayEventSource.StringReadDone += strArg => eventArgsWriter.WriteStringRecord(strArg.
StringToBeUsed
);
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1658
text = stringReadEventArgs.
StringToBeUsed
;
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (4)
41
if (pathArgs.
StringToBeUsed
!= pathArgs.OriginalString ||
42
contentArgs.
StringToBeUsed
!= contentArgs.OriginalString)
44
args.ArchiveData = new ArchiveFile(pathArgs.
StringToBeUsed
, contentArgs.
StringToBeUsed
);
Logging\BinaryLogger\Postprocessing\IBuildEventArgsReaderNotifications.cs (1)
15
/// Subscriber may adjust the string by setting <see cref="StringReadEventArgs.
StringToBeUsed
"/> property.