4 writes to IsComplex
ReachFramework (4)
Serialization\Manager\ReachSerializableProperties.cs (4)
251
propertyContext.
IsComplex
= true;
256
propertyContext.
IsComplex
= false;
305
dependencyPropertyContext.
IsComplex
= true;
310
dependencyPropertyContext.
IsComplex
= false;
4 references to IsComplex
ReachFramework (4)
Serialization\Manager\NGCSerializerAsync.cs (1)
423
if (!serializablePropertyContext.
IsComplex
)
Serialization\Manager\ReachObjectContext.cs (1)
327
_isComplexValue = _backingPropertyContext.
IsComplex
;
Serialization\Manager\ReachSerializer.cs (1)
328
if (!serializablePropertyContext.
IsComplex
)
Serialization\Manager\ReachSerializerAsync.cs (1)
435
if (!serializablePropertyContext.
IsComplex
)