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);
1231AddExperimentalDiagnosticIds(derivedType, ref experimentalIds);
1568AddExperimentalDiagnosticIds(caseType, ref experimentalIds);
2468AddExperimentalDiagnosticIds(memberType, ref experimentalIds);
2469AddExperimentalDiagnosticIds(memberInfo, ref experimentalIds);
2477AddExperimentalDiagnosticIds(property.GetMethod, ref experimentalIds);
2482AddExperimentalDiagnosticIds(property.SetMethod, ref experimentalIds);
2756AddExperimentalDiagnosticIds(constructor, ref experimentalIds);
2800AddExperimentalDiagnosticIds(parameterInfo.Type, ref experimentalIds);
2958AddExperimentalDiagnosticIds(namedConverterType, ref experimentalIds);
2959AddExperimentalDiagnosticIds(accessibleParameterlessCtor, ref experimentalIds);
2981AddExperimentalDiagnosticIds(namedClassifierType, ref experimentalIds);
2982AddExperimentalDiagnosticIds(accessibleParameterlessCtor, ref experimentalIds);