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