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