49 references to EnsureConfigured
System.Text.Json (49)
System\Text\Json\Nodes\JsonValue.cs (1)
96jsonTypeInfo.EnsureConfigured();
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
50typeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
64info.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Document.cs (2)
91jsonTypeInfo.EnsureConfigured(); 114jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Element.cs (2)
84jsonTypeInfo.EnsureConfigured(); 102jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Node.cs (2)
77jsonTypeInfo.EnsureConfigured(); 94jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Span.cs (2)
82jsonTypeInfo.EnsureConfigured(); 100jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Stream.cs (7)
186jsonTypeInfo.EnsureConfigured(); 215jsonTypeInfo.EnsureConfigured(); 242jsonTypeInfo.EnsureConfigured(); 267jsonTypeInfo.EnsureConfigured(); 452jsonTypeInfo.EnsureConfigured(); 537listTypeInfo.EnsureConfigured(); 555listTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (4)
196jsonTypeInfo.EnsureConfigured(); 231jsonTypeInfo.EnsureConfigured(); 262jsonTypeInfo.EnsureConfigured(); 288jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Utf8JsonReader.cs (2)
163jsonTypeInfo.EnsureConfigured(); 209jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (2)
75jsonTypeInfo.EnsureConfigured(); 95jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Document.cs (2)
72jsonTypeInfo.EnsureConfigured(); 92jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
72jsonTypeInfo.EnsureConfigured(); 92jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (2)
73jsonTypeInfo.EnsureConfigured(); 93jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Pipe.cs (2)
36jsonTypeInfo.EnsureConfigured(); 93jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Stream.cs (4)
168jsonTypeInfo.EnsureConfigured(); 190jsonTypeInfo.EnsureConfigured(); 217jsonTypeInfo.EnsureConfigured(); 241jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (2)
87jsonTypeInfo.EnsureConfigured(); 111jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Utf8JsonWriter.cs (2)
86jsonTypeInfo.EnsureConfigured(); 107jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (1)
116typeInfo?.EnsureConfigured();
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
431_jsonTypeInfo.EnsureConfigured(); 963jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (4)
395elementTypeInfo?.EnsureConfigured(); 421keyTypeInfo?.EnsureConfigured(); 767_elementTypeInfo.EnsureConfigured(); 773_keyTypeInfo.EnsureConfigured();