10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
142
var location =
GetPrimaryLocation
(type.Locations);
176
var location =
GetPrimaryLocation
(member.Locations);
216
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableMethod.Locations);
227
GetPrimaryLocation
(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName()));
251
GetPrimaryLocation
(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
266
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableSymbol.Locations);
277
GetPrimaryLocation
(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
292
GetPrimaryLocation
(methodOrigin.Locations),
339
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);