8 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (8)
DynamicallyAccessedMembersAnalyzer.cs (7)
142var location = GetPrimaryLocation(type.Locations); 185var location = GetPrimaryLocation(member.Locations); 230Location diagnosticLocation = GetPrimaryLocation(returnOrigin.Locations); 252Location diagnosticLocation = GetPrimaryLocation(parameterOrigin?.Locations); 278GetPrimaryLocation(typeParameterOrigin.Locations), 293GetPrimaryLocation(methodOrigin.Locations), 345GetPrimaryLocation(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147location = DynamicallyAccessedMembersAnalyzer.GetPrimaryLocation(member.Locations);