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)
133Comment = "Represents a version string.",
3 references to Comment
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
112Count(Comment != null); 165if (Comment != null) 167objSchema.Add(CommentPropertyName, Comment);