JsonSourceGenerator.Parser.cs (19)
288AddExperimentalDiagnosticIds(arrayType.ElementType, ref experimentalIds);
296AddExperimentalDiagnosticIds(typeArgument, ref experimentalIds);
684AddExperimentalDiagnosticIds(type, ref experimentalIds);
745AddExperimentalDiagnosticIds(underlyingType, ref experimentalIds);
794AddExperimentalDiagnosticIds(valueType, ref experimentalIds);
801AddExperimentalDiagnosticIds(keyType, ref experimentalIds);
857AddExperimentalDiagnosticIds(caseType, ref experimentalIds);
1289AddExperimentalDiagnosticIds(derivedType, ref experimentalIds);
1626AddExperimentalDiagnosticIds(caseType, ref experimentalIds);
2530AddExperimentalDiagnosticIds(memberType, ref experimentalIds);
2531AddExperimentalDiagnosticIds(memberInfo, ref experimentalIds);
2539AddExperimentalDiagnosticIds(property.GetMethod, ref experimentalIds);
2544AddExperimentalDiagnosticIds(property.SetMethod, ref experimentalIds);
2818AddExperimentalDiagnosticIds(constructor, ref experimentalIds);
2862AddExperimentalDiagnosticIds(parameterInfo.Type, ref experimentalIds);
3020AddExperimentalDiagnosticIds(namedConverterType, ref experimentalIds);
3021AddExperimentalDiagnosticIds(accessibleParameterlessCtor, ref experimentalIds);
3043AddExperimentalDiagnosticIds(namedClassifierType, ref experimentalIds);
3044AddExperimentalDiagnosticIds(accessibleParameterlessCtor, ref experimentalIds);