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