3 writes to Comment
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\TimeSpanConverter.cs (1)
100Comment = "Represents a System.TimeSpan value.",
System\Text\Json\Serialization\Converters\Value\UnsupportedTypeConverter.cs (1)
24new JsonSchema { Comment = "Unsupported .NET type", Not = JsonSchema.CreateTrueSchema() };
System\Text\Json\Serialization\Converters\Value\VersionConverter.cs (1)
140Comment = "Represents a version string.",
3 references to Comment
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
101Count(Comment is not null); 156if (Comment is not null) 158objSchema.Add(CommentPropertyName, Comment);