5 references to _currentPath
Shared (5)
JsonSchemaExporter\JsonSchemaExporter.cs (5)
502
public int CurrentDepth =>
_currentPath
.Count;
511
_currentPath
.Add(nodeId);
516
_currentPath
.RemoveAt(
_currentPath
.Count - 1);
552
return new JsonSchemaExporterContext(typeInfo, baseTypeInfo, declaringType, propertyInfo, parameterInfo, propertyAttributeProvider,
_currentPath
.ToArray());