5 references to nameToDisp
System.ServiceModel (5)
System\ServiceModel\ComIntegration\DispatchProxy.cs (5)
108
nameToDisp
[opDesc.Name] = dispIndex;
135
if (!
nameToDisp
.TryGetValue(param.Name, out dispID))
139
nameToDisp
[param.Name] = dispIndex;
190
if (!
nameToDisp
.TryGetValue(rgszNames[index], out dispID))
548
nameToDisp
.Clear();