8 references to GetInvalidOperationException
System.Text.Json (8)
System\Text\Json\ThrowHelper.cs (8)
265
return
GetInvalidOperationException
("array", tokenType);
270
return
GetInvalidOperationException
("object", tokenType);
276
throw
GetInvalidOperationException
("number", tokenType);
282
throw
GetInvalidOperationException
("boolean", tokenType);
288
throw
GetInvalidOperationException
("string", tokenType);
294
throw
GetInvalidOperationException
("propertyName", tokenType);
306
throw
GetInvalidOperationException
("comment", tokenType);
744
throw
GetInvalidOperationException
("char", tokenType);