10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
142var location = GetPrimaryLocation(type.Locations); 176var location = GetPrimaryLocation(member.Locations); 216Location attributableSymbolLocation = GetPrimaryLocation(attributableMethod.Locations); 227GetPrimaryLocation(returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), overrideMethod.GetDisplayName(), baseMethod.GetDisplayName())); 251GetPrimaryLocation(parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 266Location attributableSymbolLocation = GetPrimaryLocation(attributableSymbol.Locations); 277GetPrimaryLocation(typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary(), 292GetPrimaryLocation(methodOrigin.Locations), 339GetPrimaryLocation(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147location = DynamicallyAccessedMembersAnalyzer.GetPrimaryLocation(member.Locations);