10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
150
var location =
GetPrimaryLocation
(type.Locations);
185
var location =
GetPrimaryLocation
(member.Locations);
228
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableMethod.Locations);
239
GetPrimaryLocation
(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName()));
263
GetPrimaryLocation
(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
278
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableSymbol.Locations);
289
GetPrimaryLocation
(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
304
GetPrimaryLocation
(methodOrigin.Locations),
351
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);