5 references to _generationStack
System.Text.Json (5)
System\Text\Json\Schema\JsonSchemaExporter.cs (5)
439foreach ((JsonTypeInfo otherTypeInfo, JsonPropertyInfo? otherPropertyInfo, int depth) in _generationStack) 448_generationStack.Add((typeInfo, propertyInfo, CurrentDepth)); 455Debug.Assert(_generationStack.Count > 0); 456_generationStack.RemoveAt(_generationStack.Count - 1);