7 references to WriteTo
IdentitySample.PasskeyConformance (1)
Program.cs (1)
196
property.Value.
WriteTo
(writer);
System.Text.Json (6)
System\Text\Json\Document\JsonDocument.cs (1)
108
RootElement.
WriteTo
(writer);
System\Text\Json\Document\JsonProperty.cs (1)
120
Value.
WriteTo
(writer);
System\Text\Json\Nodes\JsonArray.cs (1)
272
jsonElement.Value.
WriteTo
(writer);
System\Text\Json\Nodes\JsonObject.cs (1)
170
jsonElement.Value.
WriteTo
(writer);
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
201
Value.
WriteTo
(writer);
System\Text\Json\Serialization\Converters\Value\JsonElementConverter.cs (1)
18
value.
WriteTo
(writer);