2 writes to _backingPropertyContext
ReachFramework (2)
Serialization\Manager\ReachObjectContext.cs (2)
63
_backingPropertyContext
= serializablePropertyContext;
323
_backingPropertyContext
= serializablePropertyContext;
3 references to _backingPropertyContext
ReachFramework (3)
Serialization\Manager\ReachObjectContext.cs (3)
325
if(
_backingPropertyContext
!=null)
327
_isComplexValue =
_backingPropertyContext
.IsComplex;
328
_isReadOnlyValue =
_backingPropertyContext
.IsReadOnly;