1 write to IsViewFrozen
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceView.cs (1)
318IsViewFrozen = true;
10 references to IsViewFrozen
System.Runtime.DurableInstancing (10)
System\Runtime\DurableInstancing\InstanceView.cs (10)
124Fx.AssertAndThrow(!IsViewFrozen, "Setting Data on frozen View."); 141Fx.AssertAndThrow(!IsViewFrozen, "Setting Metadata on frozen View."); 170Fx.AssertAndThrow(!IsViewFrozen, "Setting OwnerMetadata on frozen View."); 196Fx.AssertAndThrow(!IsViewFrozen, "Setting Keys on frozen View."); 216Fx.AssertAndThrow(!IsViewFrozen, "Setting InstanceStoreQueryResults on frozen View."); 246Fx.AssertAndThrow(!IsViewFrozen, "BindOwner called on read-only InstanceView."); 257Fx.AssertAndThrow(!IsViewFrozen, "BindInstance called on read-only InstanceView."); 269Fx.AssertAndThrow(!IsViewFrozen, "BindLock called on read-only InstanceView."); 289Fx.AssertAndThrow(!IsViewFrozen, "StartBindLock called on read-only InstanceView."); 308Fx.AssertAndThrow(!IsViewFrozen, "FinishBindLock called on read-only InstanceView.");