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