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