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