10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
147
var location =
GetPrimaryLocation
(type.Locations);
180
var location =
GetPrimaryLocation
(member.Locations);
223
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableMethod.Locations);
234
GetPrimaryLocation
(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName()));
258
GetPrimaryLocation
(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
273
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableSymbol.Locations);
284
GetPrimaryLocation
(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
299
GetPrimaryLocation
(methodOrigin.Locations),
346
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);