2 writes to BinaryExchange
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
247this.BinaryExchange = dictionary.Add(TrustDec2005Strings.BinaryExchange);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
718this.BinaryExchange = dictionary.CreateString(ServiceModelStringsVersion1.String201, 201);
3 references to BinaryExchange
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
318Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.BinaryExchange); 370Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.BinaryExchange);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
396if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value)