2 references to ErrorReport
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
24public const string ErrorReport = nameof(ErrorReport);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
190var errorReport = Project.ReadPropertyString(PropertyNames.ErrorReport);