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)
325if(_backingPropertyContext!=null) 327_isComplexValue = _backingPropertyContext.IsComplex; 328_isReadOnlyValue = _backingPropertyContext.IsReadOnly;