Base:
method
IsMatch
System.ServiceModel.Channels.BindingElement.IsMatch(System.ServiceModel.Channels.BindingElement)
3 overrides of IsMatch
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
235internal override bool IsMatch(BindingElement b)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
226internal override bool IsMatch(BindingElement b)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (1)
174internal override bool IsMatch(BindingElement b)
3 references to IsMatch
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
237if (!base.IsMatch(b))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
228if (!base.IsMatch(b))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (1)
176if (!base.IsMatch(b))