Implemented interface member:
1 write to
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (1)
251this[index] = (T)value;
14 references to
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
259_pendingChannels[i].Abort(); 343_channelInitializers[i].Initialize(channel); 600EndpointDispatcher endpoint = _endpointDispatchers[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
333max = System.Math.Max(max, this.operations[i].ParameterInspectors.Count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
279max = System.Math.Max(max, _operations[i].ParameterInspectors.Count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
43ClientOperation operation = behavior.Operations[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
65DispatchOperation operation = dispatch.Operations[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (5)
52if (_xmlSerializerFaultContractInfos[i].FaultContractInfo.Detail == detailType) 54faultInfo = _xmlSerializerFaultContractInfos[i]; 77if (_xmlSerializerFaultContractInfos[i].FaultContractInfo.Action == action 78|| _xmlSerializerFaultContractInfos[i].FaultContractInfo.Action == MessageHeaders.WildcardAction) 80faultInfos.Add(_xmlSerializerFaultContractInfos[i]);
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (1)
246return this[index];
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (1)
44if (this[index].Scheme != item.Scheme)