1 write to _asyncOutputs
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1586_asyncOutputs = ServiceReflector.GetOutputParameters(_asyncOperation.EndMethod, true);
2 references to _asyncOutputs
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
1591if (_syncInputs.Length != _asyncInputs.Length || _syncOutputs.Length != _asyncOutputs.Length) 1624if (_syncOutputs[i].ParameterType != _asyncOutputs[i].ParameterType)