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