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