1 implementation of Location
Microsoft.Build (1)
BuildCheck\API\BuildCheckResult.cs (1)
46public IMSBuildElementLocation Location { get; }
9 references to Location
Microsoft.Build.Framework (9)
BuildCheck\BuildCheckEventArgs.cs (9)
163: base(code: result.Code, file: result.Location.File, lineNumber: result.Location.Line, columnNumber: result.Location.Column, message: result.FormatMessage()) => 186: base(code: result.Code, file: result.Location.File, lineNumber: result.Location.Line, columnNumber: result.Location.Column, message: result.FormatMessage()) 209: base(code: result.Code, file: result.Location.File, lineNumber: result.Location.Line, columnNumber: result.Location.Column, message: result.FormatMessage())