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