8 references to GetInvalidOperationException
System.Text.Json (8)
System\Text\Json\ThrowHelper.cs (8)
264
return
GetInvalidOperationException
("array", tokenType);
269
return
GetInvalidOperationException
("object", tokenType);
275
throw
GetInvalidOperationException
("number", tokenType);
281
throw
GetInvalidOperationException
("boolean", tokenType);
287
throw
GetInvalidOperationException
("string", tokenType);
293
throw
GetInvalidOperationException
("propertyName", tokenType);
305
throw
GetInvalidOperationException
("comment", tokenType);
729
throw
GetInvalidOperationException
("char", tokenType);