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