10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
144var location = GetPrimaryLocation(type.Locations); 179var location = GetPrimaryLocation(member.Locations); 222Location attributableSymbolLocation = GetPrimaryLocation(attributableMethod.Locations); 233GetPrimaryLocation(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName())); 257GetPrimaryLocation(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 272Location attributableSymbolLocation = GetPrimaryLocation(attributableSymbol.Locations); 283GetPrimaryLocation(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 298GetPrimaryLocation(methodOrigin.Locations), 345GetPrimaryLocation(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147location = DynamicallyAccessedMembersAnalyzer.GetPrimaryLocation(member.Locations);