2 writes to _backingPropertyContext
ReachFramework (2)
Serialization\Manager\ReachObjectContext.cs (2)
62_backingPropertyContext = serializablePropertyContext; 322_backingPropertyContext = serializablePropertyContext;
3 references to _backingPropertyContext
ReachFramework (3)
Serialization\Manager\ReachObjectContext.cs (3)
324if(_backingPropertyContext!=null) 326_isComplexValue = _backingPropertyContext.IsComplex; 327_isReadOnlyValue = _backingPropertyContext.IsReadOnly;