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