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