4 references to Load
System.Runtime.DurableInstancing (4)
System\Runtime\PersistencePipeline.cs (4)
45this.expectedStage = Stage.Load; 175Fx.AssertAndThrow(this.expectedStage == Stage.Load, "SetLoadedValues called at the wrong time."); 186Fx.AssertAndThrow(this.expectedStage == Stage.Load, "Load called at the wrong time."); 200Fx.AssertAndThrow(this.expectedStage == Stage.Publish || this.expectedStage == Stage.Load, "Publish called at the wrong time.");