8 references to GetPrimaryLocation
ILLink.RoslynAnalyzer (8)
DynamicallyAccessedMembersAnalyzer.cs (7)
147var location = GetPrimaryLocation(type.Locations); 180var location = GetPrimaryLocation(member.Locations); 225Location diagnosticLocation = GetPrimaryLocation(returnOrigin.Locations); 247Location diagnosticLocation = GetPrimaryLocation(parameterOrigin?.Locations); 273GetPrimaryLocation(typeParameterOrigin.Locations), 288GetPrimaryLocation(methodOrigin.Locations), 340GetPrimaryLocation(propertySymbol.Locations),
TrimAnalysis\ReflectionAccessAnalyzer.cs (1)
147location = DynamicallyAccessedMembersAnalyzer.GetPrimaryLocation(member.Locations);