2 writes to _backingPropertyContext
ReachFramework (2)
Serialization\Manager\ReachObjectContext.cs (2)
76_backingPropertyContext = serializablePropertyContext; 336_backingPropertyContext = serializablePropertyContext;
3 references to _backingPropertyContext
ReachFramework (3)
Serialization\Manager\ReachObjectContext.cs (3)
338if(_backingPropertyContext!=null) 340_isComplexValue = _backingPropertyContext.IsComplex; 341_isReadOnlyValue = _backingPropertyContext.IsReadOnly;