5 references to StandaloneText
System.Runtime.Serialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (5)
178
case JsonNodeType.
StandaloneText
:
731
Fx.Assert((nodeType == JsonNodeType.
StandaloneText
) || (nodeType == JsonNodeType.EndElement),
1311
if ((nextNodeType == JsonNodeType.
StandaloneText
) &&
1415
CheckText(JsonNodeType.
StandaloneText
);
1416
nodeType = JsonNodeType.
StandaloneText
;