1 write to _asyncOutputs
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1643_asyncOutputs = ServiceReflector.GetOutputParameters(_asyncOperation.EndMethod, true);
2 references to _asyncOutputs
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\TypeLoader.cs (2)
1648if (_syncInputs.Length != _asyncInputs.Length || _syncOutputs.Length != _asyncOutputs.Length) 1681if (_syncOutputs[i].ParameterType != _asyncOutputs[i].ParameterType)