6 writes to _isComplexValue
ReachFramework (6)
Serialization\Manager\ReachObjectContext.cs (6)
61
_isComplexValue
= false;
281
_isComplexValue
= value;
321
_isComplexValue
= false;
326
_isComplexValue
= _backingPropertyContext.IsComplex;
331
_isComplexValue
= true;
345
_isComplexValue
= false;
1 reference to _isComplexValue
ReachFramework (1)
Serialization\Manager\ReachObjectContext.cs (1)
276
return
_isComplexValue
;