18 references to Stage
System.Runtime.DurableInstancing (18)
System\Runtime\PersistencePipeline.cs (18)
20Stage expectedStage; 32this.expectedStage = Stage.Collect; 45this.expectedStage = Stage.Load; 75Fx.AssertAndThrow(this.expectedStage == Stage.Collect, "Collect called at the wrong time."); 76this.expectedStage = Stage.None; 114this.expectedStage = Stage.Map; 119Fx.AssertAndThrow(this.expectedStage == Stage.Map, "Map called at the wrong time."); 120this.expectedStage = Stage.None; 157this.expectedStage = Stage.Save; 162Fx.AssertAndThrow(this.expectedStage == Stage.Save, "Save called at the wrong time."); 163this.expectedStage = Stage.None; 175Fx.AssertAndThrow(this.expectedStage == Stage.Load, "SetLoadedValues called at the wrong time."); 186Fx.AssertAndThrow(this.expectedStage == Stage.Load, "Load called at the wrong time."); 187this.expectedStage = Stage.None; 195this.expectedStage = Stage.Publish; 200Fx.AssertAndThrow(this.expectedStage == Stage.Publish || this.expectedStage == Stage.Load, "Publish called at the wrong time."); 201this.expectedStage = Stage.None;