10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
131
var location =
GetPrimaryLocation
(type.Locations);
164
var location =
GetPrimaryLocation
(member.Locations);
204
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableMethod.Locations);
215
GetPrimaryLocation
(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName()));
239
GetPrimaryLocation
(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
254
Location attributableSymbolLocation =
GetPrimaryLocation
(attributableSymbol.Locations);
265
GetPrimaryLocation
(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(),
280
GetPrimaryLocation
(methodOrigin.Locations),
322
GetPrimaryLocation
(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
140
location = DynamicallyAccessedMembersAnalyzer.
GetPrimaryLocation
(member.Locations);