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