5 overrides of WriteAsPropertyName
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\BoolConverter.cs (1)
22
public override void
WriteAsPropertyName
(Utf8JsonWriter writer, bool value, JsonSerializerOptions options)
Microsoft.ML.Tokenizers (1)
Utils\StringSpanOrdinalKey.cs (1)
139
public override void
WriteAsPropertyName
(Utf8JsonWriter writer, StringSpanOrdinalKey value, JsonSerializerOptions options) =>
System.Text.Json (3)
System\Text\Json\Serialization\Converters\CastingConverter.cs (1)
66
public override void
WriteAsPropertyName
(Utf8JsonWriter writer, [DisallowNull] T value, JsonSerializerOptions options)
System\Text\Json\Serialization\Converters\Object\ObjectConverter.cs (1)
44
public sealed override void
WriteAsPropertyName
(Utf8JsonWriter writer, object value, JsonSerializerOptions options)
System\Text\Json\Serialization\Converters\Value\JsonPrimitiveConverter.cs (1)
16
public sealed override void
WriteAsPropertyName
(Utf8JsonWriter writer, [DisallowNull] T value, JsonSerializerOptions options)
2 references to WriteAsPropertyName
System.Text.Json (2)
System\Text\Json\Serialization\JsonConverterOfT.cs (2)
94
WriteAsPropertyName
(writer, valueOfT, options);
653
WriteAsPropertyName
(writer, value, options);