4 references to ViaKey
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (4)
170
keys.Add(
ViaKey
);
495
if (name ==
ViaKey
)
734
array[index++] = new KeyValuePair<string, object>(
ViaKey
, _via);
804
pairs.Add(new KeyValuePair<string, object>(
ViaKey
, _via));