44 references to JsonException
cdac-build-tool (4)
JsonConverter\FieldModelJsonConverter.cs (1)
18throw new JsonException();
JsonConverter\GlobalModelJsonConverter.cs (1)
13throw new JsonException();
JsonConverter\GlobalValueJsonConverter.cs (1)
13throw new JsonException();
JsonConverter\TypeModelJsonConverter.cs (1)
15throw new JsonException();
Microsoft.Diagnostics.DataContractReader (35)
ContractDescriptorParser.cs (35)
38throw new JsonException(); 42throw new JsonException(); 46throw new JsonException(); 54throw new JsonException(); 58throw new JsonException(); 60string propertyName = reader.GetString() ?? throw new JsonException(); 88throw new JsonException(); 136return reader.GetString() ?? throw new JsonException(); 137throw new JsonException(); 146throw new JsonException(); 155throw new JsonException(); 157string fieldName = reader.GetString() ?? throw new JsonException(); 172throw new JsonException(); 183throw new JsonException(); 189throw new JsonException(); 194throw new JsonException(); 195string type = reader.GetString() ?? throw new JsonException(); 198throw new JsonException(); 209throw new JsonException(); 217throw new JsonException(); 219string name = reader.GetString() ?? throw new JsonException(); 224throw new JsonException(); 238throw new JsonException(); 255throw new JsonException(); 257string type = reader.GetString() ?? throw new JsonException(); 260throw new JsonException(); 265throw new JsonException(); 270throw new JsonException(); 275throw new JsonException(); 280throw new JsonException(); 281string indirectType = reader.GetString() ?? throw new JsonException(); 284throw new JsonException(); 308throw new JsonException(); 317throw new JsonException(); 323throw new JsonException();
Microsoft.DotNet.HotReload.Utils.Generator.Data (2)
Script\Json\ScriptCapabilitiesConverter.cs (2)
22_ => throw new JsonException(), 28throw new JsonException();
NuGet.Protocol (1)
Converters\FingerprintsStjConverter.cs (1)
18throw new JsonException();
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Node\JsonNodeConverter.cs (2)
54throw new JsonException(); 75throw new JsonException();