JsonSourceGenerator.Parser.cs (6)
107_contextClassLocation = contextTypeSymbol.GetLocation();
243Location = type.GetLocation(),
648Location? location = typeSymbol.GetLocation();
2286ReportDiagnostic(DiagnosticDescriptors.DataExtensionPropertyInvalid, memberInfo.GetLocation(), declaringType.Name, memberInfo.Name);
2308ReportDiagnostic(DiagnosticDescriptors.TypeContainsRefLikeMember, memberInfo.GetLocation(), declaringType.Name, memberInfo.Name);
2650ReportDiagnostic(DiagnosticDescriptors.TypeContainsRefLikeMember, parameterInfo.GetLocation(), type.Name, parameterInfo.Name);