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