6 writes to _isComplexValue
ReachFramework (6)
Serialization\Manager\ReachObjectContext.cs (6)
75
_isComplexValue
= false;
295
_isComplexValue
= value;
335
_isComplexValue
= false;
340
_isComplexValue
= _backingPropertyContext.IsComplex;
345
_isComplexValue
= true;
359
_isComplexValue
= false;
1 reference to _isComplexValue
ReachFramework (1)
Serialization\Manager\ReachObjectContext.cs (1)
290
return
_isComplexValue
;