8 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (8)
DynamicallyAccessedMembersAnalyzer.cs (7)
142
var location =
GetPrimaryLocation
(type.Locations);
185
var location =
GetPrimaryLocation
(member.Locations);
230
Location diagnosticLocation =
GetPrimaryLocation
(returnOrigin.Locations);
252
Location diagnosticLocation =
GetPrimaryLocation
(parameterOrigin?.Locations);
278
GetPrimaryLocation
(typeParameterOrigin.Locations),
293
GetPrimaryLocation
(methodOrigin.Locations),
345
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);