10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
150
var location =
GetPrimaryLocation
(type.Locations);
183
var location =
GetPrimaryLocation
(member.Locations);
226
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableMethod.Locations);
237
GetPrimaryLocation
(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName()));
261
GetPrimaryLocation
(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
276
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableSymbol.Locations);
287
GetPrimaryLocation
(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
302
GetPrimaryLocation
(methodOrigin.Locations),
349
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);