4 writes to IsComplex
ReachFramework (4)
Serialization\Manager\ReachSerializableProperties.cs (4)
250
propertyContext.
IsComplex
= true;
255
propertyContext.
IsComplex
= false;
304
dependencyPropertyContext.
IsComplex
= true;
309
dependencyPropertyContext.
IsComplex
= false;
4 references to IsComplex
ReachFramework (4)
Serialization\Manager\NGCSerializerAsync.cs (1)
422
if (!serializablePropertyContext.
IsComplex
)
Serialization\Manager\ReachObjectContext.cs (1)
326
_isComplexValue = _backingPropertyContext.
IsComplex
;
Serialization\Manager\ReachSerializer.cs (1)
327
if (!serializablePropertyContext.
IsComplex
)
Serialization\Manager\ReachSerializerAsync.cs (1)
434
if (!serializablePropertyContext.
IsComplex
)