5 references to _currentPath
System.Text.Json (5)
System\Text\Json\Schema\JsonSchemaExporter.cs (5)
474
public int CurrentDepth =>
_currentPath
.Count;
485
_currentPath
.Add(nodeId);
491
_currentPath
.RemoveAt(
_currentPath
.Count - 1);
521
return new JsonSchemaExporterContext(typeInfo, propertyInfo, baseTypeInfo, [..
_currentPath
]);