2 writes to cachedInferredContracts
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowService.cs (2)
530
this.
cachedInferredContracts
= inferredContracts;
768
this.
cachedInferredContracts
= null;
3 references to cachedInferredContracts
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowService.cs (3)
182
Fx.Assert(this.
cachedInferredContracts
!= null, "Must infer contract first!");
396
if (this.
cachedInferredContracts
== null)
533
return this.
cachedInferredContracts
;