6 writes to _isComplexValue
ReachFramework (6)
Serialization\Manager\ReachObjectContext.cs (6)
62
_isComplexValue
= false;
282
_isComplexValue
= value;
322
_isComplexValue
= false;
327
_isComplexValue
= _backingPropertyContext.IsComplex;
332
_isComplexValue
= true;
346
_isComplexValue
= false;
1 reference to _isComplexValue
ReachFramework (1)
Serialization\Manager\ReachObjectContext.cs (1)
277
return
_isComplexValue
;