1 instantiation of AddressingDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
51s_addressingDictionary = new AddressingDictionary(Dictionary);
5 references to AddressingDictionary
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (1)
808AddressingDictionary addressingDictionary = XD.AddressingDictionary;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1227AddressingDictionary addressingDictionary = XD.AddressingDictionary;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
1178AddressingDictionary dictionary = XD.AddressingDictionary;
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (2)
17private static AddressingDictionary s_addressingDictionary; 46static public AddressingDictionary AddressingDictionary