1 write to _pattern
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
59public string? Pattern { get => _pattern; set { VerifyMutable(); _pattern = value; } }
1 reference to _pattern
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
59public string? Pattern { get => _pattern; set { VerifyMutable(); _pattern = value; } }