2 writes to StringToBeUsed
Microsoft.Build (2)
Logging\BinaryLogger\Postprocessing\StringReadEventArgs.cs (2)
26StringToBeUsed = str; 32StringToBeUsed = newValue;
7 references to StringToBeUsed
Microsoft.Build (7)
Logging\BinaryLogger\BinaryLogger.cs (1)
262replayEventSource.StringReadDone += strArg => eventArgsWriter.WriteStringRecord(strArg.StringToBeUsed);
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1658text = stringReadEventArgs.StringToBeUsed;
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (4)
41if (pathArgs.StringToBeUsed != pathArgs.OriginalString || 42contentArgs.StringToBeUsed != contentArgs.OriginalString) 44args.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.