3 references to StringReadEventArgs
Microsoft.Build (3)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
513private readonly StringReadEventArgs stringReadEventArgs = new StringReadEventArgs(string.Empty);
Logging\BinaryLogger\Postprocessing\ArchiveFileEventArgsExtensions.cs (2)
36var pathArgs = new StringReadEventArgs(archiveFile.FullPath); 38var contentArgs = new StringReadEventArgs(archiveFile.Content);