1 write to _path
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporterContext.cs (1)
24
_path
= path;
2 references to _path
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
450
pathToSchema = context.
_path
;
System\Text\Json\Schema\JsonSchemaExporterContext.cs (1)
45
public ReadOnlySpan<string> Path =>
_path
;