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