4 references to InvalidOperationExceptionTypeRef
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (4)
1543
writer.WriteLine($"""throw new {
InvalidOperationExceptionTypeRef
}("{exceptionMessage}");""");
1959
throw new {{
InvalidOperationExceptionTypeRef
}}(string.Format("{{ExceptionMessages.ClosedTypeInferenceRequiresCompileTimeOptIn}}", typeof({{typeSpec.TypeRef.FullyQualifiedName}})));
2239
throw new {{
InvalidOperationExceptionTypeRef
}}(string.Format("{{ExceptionMessages.IncompatibleConverterType}}", converter.GetType(), type));
2247
throw new {{
InvalidOperationExceptionTypeRef
}}(string.Format("{{ExceptionMessages.InvalidJsonConverterFactoryOutput}}", factory.GetType()));