10 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (10)
DynamicallyAccessedMembersAnalyzer.cs (9)
123 var location = GetPrimaryLocation (type.Locations); 152 var location = GetPrimaryLocation (member.Locations); 186 Location attributableSymbolLocation = GetPrimaryLocation (attributableMethod.Locations); 197 GetPrimaryLocation (returnOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary (), overrideMethod.GetDisplayName (), baseMethod.GetDisplayName ())); 219 GetPrimaryLocation (parameterOrigin?.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary (), 232 Location attributableSymbolLocation = GetPrimaryLocation (attributableSymbol.Locations); 243 GetPrimaryLocation (typeParameterOrigin.Locations), sourceLocation, DAMArgs?.ToImmutableDictionary (), 256 GetPrimaryLocation (methodOrigin.Locations), 295 GetPrimaryLocation (propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
133 location = DynamicallyAccessedMembersAnalyzer.GetPrimaryLocation (member.Locations);