16 references to IsContinuation
System.Text.Json (16)
System\Text\Json\Serialization\Converters\FSharp\FSharpOptionConverter.cs (1)
36
if (!state.
IsContinuation
&& reader.TokenType == JsonTokenType.Null)
System\Text\Json\Serialization\Converters\FSharp\FSharpValueOptionConverter.cs (1)
36
if (!state.
IsContinuation
&& reader.TokenType == JsonTokenType.Null)
System\Text\Json\Serialization\Converters\Value\NullableConverter.cs (1)
30
if (!state.
IsContinuation
&& reader.TokenType == JsonTokenType.Null)
System\Text\Json\Serialization\JsonConverter.MetadataHandling.cs (1)
27
Debug.Assert(!state.
IsContinuation
);
System\Text\Json\Serialization\JsonConverterOfT.cs (4)
151
if (reader.TokenType == JsonTokenType.Null && !HandleNullOnRead && !state.
IsContinuation
)
166
Debug.Assert(!state.
IsContinuation
);
209
bool isContinuation = state.
IsContinuation
;
257
if (state.
IsContinuation
)
System\Text\Json\Serialization\JsonConverterOfT.ReadCore.cs (1)
18
if (!state.
IsContinuation
&& !IsRootLevelMultiContentStreamingConverter)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (5)
281
if (isNullToken && !EffectiveConverter.HandleNullOnRead && !state.
IsContinuation
)
311
Debug.Assert(!state.
IsContinuation
);
333
if (!isNullToken || !IgnoreNullTokensOnRead || default(T) is not null || state.
IsContinuation
)
369
if (isNullToken && !EffectiveConverter.HandleNullOnRead && !state.
IsContinuation
)
385
Debug.Assert(!state.
IsContinuation
);
System\Text\Json\Serialization\ReadStack.cs (2)
212
Debug.Assert(!
IsContinuation
);
375
Debug.Assert(!
IsContinuation
);