1 write to Location
Microsoft.Build.TaskAuthoring.Analyzer (1)
TransitiveCallChainAnalyzer.cs (1)
633
Location
= location;
3 references to Location
Microsoft.Build.TaskAuthoring.Analyzer (3)
TransitiveCallChainAnalyzer.cs (3)
485
SyntaxTree? syntaxTree = violation.
Location
.SourceTree;
525
bool hasCallSite = violation.
Location
.SourceTree is not null;
526
var location = hasCallSite ? violation.
Location
: taskMethodLocation;