JsonSourceGenerator.Parser.cs (6)
107_contextClassLocation = contextTypeSymbol.GetLocation();
243Location = type.GetLocation(),
654Location? location = typeSymbol.GetLocation();
2480ReportDiagnostic(DiagnosticDescriptors.DataExtensionPropertyInvalid, memberInfo.GetLocation(), declaringType.Name, memberInfo.Name);
2502ReportDiagnostic(DiagnosticDescriptors.TypeContainsRefLikeMember, memberInfo.GetLocation(), declaringType.Name, memberInfo.Name);
2844ReportDiagnostic(DiagnosticDescriptors.TypeContainsRefLikeMember, parameterInfo.GetLocation(), type.Name, parameterInfo.Name);