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)
338
if(
_backingPropertyContext
!=null)
340
_isComplexValue =
_backingPropertyContext
.IsComplex;
341
_isReadOnlyValue =
_backingPropertyContext
.IsReadOnly;