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