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