49 references to EnsureConfigured
System.Text.Json (49)
System\Text\Json\Nodes\JsonValue.cs (1)
99jsonTypeInfo.EnsureConfigured();
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
60typeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
64info.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Document.cs (2)
106jsonTypeInfo.EnsureConfigured(); 135jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Element.cs (2)
90jsonTypeInfo.EnsureConfigured(); 111jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Node.cs (2)
83jsonTypeInfo.EnsureConfigured(); 103jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Span.cs (2)
88jsonTypeInfo.EnsureConfigured(); 109jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Stream.cs (7)
210jsonTypeInfo.EnsureConfigured(); 245jsonTypeInfo.EnsureConfigured(); 278jsonTypeInfo.EnsureConfigured(); 309jsonTypeInfo.EnsureConfigured(); 522jsonTypeInfo.EnsureConfigured(); 607listTypeInfo.EnsureConfigured(); 625listTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (4)
214jsonTypeInfo.EnsureConfigured(); 252jsonTypeInfo.EnsureConfigured(); 289jsonTypeInfo.EnsureConfigured(); 318jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Read.Utf8JsonReader.cs (2)
169jsonTypeInfo.EnsureConfigured(); 218jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (2)
78jsonTypeInfo.EnsureConfigured(); 101jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Document.cs (2)
75jsonTypeInfo.EnsureConfigured(); 98jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (2)
75jsonTypeInfo.EnsureConfigured(); 98jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (2)
76jsonTypeInfo.EnsureConfigured(); 99jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Pipe.cs (2)
42jsonTypeInfo.EnsureConfigured(); 109jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Stream.cs (4)
186jsonTypeInfo.EnsureConfigured(); 214jsonTypeInfo.EnsureConfigured(); 247jsonTypeInfo.EnsureConfigured(); 277jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (2)
90jsonTypeInfo.EnsureConfigured(); 117jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializer.Write.Utf8JsonWriter.cs (2)
98jsonTypeInfo.EnsureConfigured(); 125jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (1)
122typeInfo?.EnsureConfigured();
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
431_jsonTypeInfo.EnsureConfigured(); 966jsonTypeInfo.EnsureConfigured();
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (4)
395elementTypeInfo?.EnsureConfigured(); 421keyTypeInfo?.EnsureConfigured(); 767_elementTypeInfo.EnsureConfigured(); 773_keyTypeInfo.EnsureConfigured();