10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
144
var location =
GetPrimaryLocation
(type.Locations);
179
var location =
GetPrimaryLocation
(member.Locations);
222
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableMethod.Locations);
233
GetPrimaryLocation
(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName()));
257
GetPrimaryLocation
(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
272
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableSymbol.Locations);
283
GetPrimaryLocation
(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
298
GetPrimaryLocation
(methodOrigin.Locations),
345
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);