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