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