1 write to parameterInspectorCorrelationOffset
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
98this.parameterInspectorCorrelationOffset = (dispatch.MessageInspectors.Count +
2 references to parameterInspectorCorrelationOffset
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
100this.correlationCount = this.parameterInspectorCorrelationOffset + dispatch.MaxParameterInspectors; 189get { return this.parameterInspectorCorrelationOffset; }