10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
150var location = GetPrimaryLocation(type.Locations); 183var location = GetPrimaryLocation(member.Locations); 226Location attributableSymbolLocation = GetPrimaryLocation(attributableMethod.Locations); 237GetPrimaryLocation(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName())); 261GetPrimaryLocation(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 276Location attributableSymbolLocation = GetPrimaryLocation(attributableSymbol.Locations); 287GetPrimaryLocation(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 302GetPrimaryLocation(methodOrigin.Locations), 349GetPrimaryLocation(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147location = DynamicallyAccessedMembersAnalyzer.GetPrimaryLocation(member.Locations);