10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
147var location = GetPrimaryLocation(type.Locations); 180var location = GetPrimaryLocation(member.Locations); 223Location attributableSymbolLocation = GetPrimaryLocation(attributableMethod.Locations); 234GetPrimaryLocation(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName())); 258GetPrimaryLocation(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 273Location attributableSymbolLocation = GetPrimaryLocation(attributableSymbol.Locations); 284GetPrimaryLocation(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 299GetPrimaryLocation(methodOrigin.Locations), 346GetPrimaryLocation(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147location = DynamicallyAccessedMembersAnalyzer.GetPrimaryLocation(member.Locations);