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