5 references to None
System.Text.Json (5)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
1095
_enclosingContainer = _bitStack.CurrentDepth == 0 ? EnclosingContainerType.
None
: container;
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Helpers.cs (1)
26
/// <see cref="EnclosingContainerType.
None
"/>: Writing a value is allowed only if <see cref="_tokenType"/> is None (only one value may be written at the root).
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.StringSegment.cs (3)
59
_enclosingContainer = _bitStack.CurrentDepth == 0 ? EnclosingContainerType.
None
: container;
227
_enclosingContainer = _bitStack.CurrentDepth == 0 ? EnclosingContainerType.
None
: container;
394
_enclosingContainer = _bitStack.CurrentDepth == 0 ? EnclosingContainerType.
None
: container;