3 references to AreBindingsMatching
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
77if (!AreBindingsMatching(sc1.BootstrapSecurityBindingElement, sc2.BootstrapSecurityBindingElement, exactMessageSecurityVersion)) 103return AreBindingsMatching(b1, b2, true);
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (1)
138return System.ServiceModel.Configuration.SecurityElement.AreBindingsMatching(security.CreateMessageSecurity(isReliableSessionEnabled), wsSecurity, false);