8 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (8)
DynamicallyAccessedMembersAnalyzer.cs (7)
147
var location =
GetPrimaryLocation
(type.Locations);
180
var location =
GetPrimaryLocation
(member.Locations);
225
Location diagnosticLocation =
GetPrimaryLocation
(returnOrigin.Locations);
247
Location diagnosticLocation =
GetPrimaryLocation
(parameterOrigin?.Locations);
273
GetPrimaryLocation
(typeParameterOrigin.Locations),
288
GetPrimaryLocation
(methodOrigin.Locations),
340
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);