3 references to ErrorEndLocation
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (3)
77
set { _store[nameof(
ErrorEndLocation
)] = value; }
78
get { return _store.GetOrDefault(nameof(
ErrorEndLocation
), false); }
219
commandLine.AppendWhenTrue("/errorendlocation", _store, nameof(
ErrorEndLocation
));