Base:
method
IsMatch
System.ServiceModel.Channels.MessageEncodingBindingElement.IsMatch(System.ServiceModel.Channels.BindingElement)
4 references to IsMatch
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
75if (!this.TextMessageEncodingBindingElement.IsMatch(encoding))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
327if (!this.TextMessageEncodingBindingElement.IsMatch(encoding))
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
162if (!_textEncoding.IsMatch(encoding))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
229if (!_textEncoding.IsMatch(encoding))