55 references to EnsureConfigured
System.Text.Json (55)
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 (4)
66info.EnsureConfigured(); 158listTypeInfo.EnsureConfigured(); 177listTypeInfo.EnsureConfigured(); 197asyncEnumerableTypeInfo.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.Pipe.cs (3)
81jsonTypeInfo.EnsureConfigured(); 110jsonTypeInfo.EnsureConfigured(); 265jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Span.cs (2)
82jsonTypeInfo.EnsureConfigured(); 100jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Stream.cs (5)
185jsonTypeInfo.EnsureConfigured(); 214jsonTypeInfo.EnsureConfigured(); 241jsonTypeInfo.EnsureConfigured(); 266jsonTypeInfo.EnsureConfigured(); 455jsonTypeInfo.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 (3)
38jsonTypeInfo.EnsureConfigured(); 95jsonTypeInfo.EnsureConfigured(); 247jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Stream.cs (5)
170jsonTypeInfo.EnsureConfigured(); 192jsonTypeInfo.EnsureConfigured(); 219jsonTypeInfo.EnsureConfigured(); 243jsonTypeInfo.EnsureConfigured(); 389jsonTypeInfo.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)
147typeInfo?.EnsureConfigured();
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
431_jsonTypeInfo.EnsureConfigured(); 987jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (4)
397elementTypeInfo?.EnsureConfigured(); 423keyTypeInfo?.EnsureConfigured(); 769_elementTypeInfo.EnsureConfigured(); 775_keyTypeInfo.EnsureConfigured();