4 writes to IsComplex
ReachFramework (4)
Serialization\Manager\ReachSerializableProperties.cs (4)
261
propertyContext.
IsComplex
= true;
266
propertyContext.
IsComplex
= false;
315
dependencyPropertyContext.
IsComplex
= true;
320
dependencyPropertyContext.
IsComplex
= false;
4 references to IsComplex
ReachFramework (4)
Serialization\Manager\NGCSerializerAsync.cs (1)
434
if (!serializablePropertyContext.
IsComplex
)
Serialization\Manager\ReachObjectContext.cs (1)
340
_isComplexValue = _backingPropertyContext.
IsComplex
;
Serialization\Manager\ReachSerializer.cs (1)
340
if (!serializablePropertyContext.
IsComplex
)
Serialization\Manager\ReachSerializerAsync.cs (1)
447
if (!serializablePropertyContext.
IsComplex
)