2 references to IsMatch
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (2)
178return !this.RetransmissionSettings.IsMatch(new UdpRetransmissionSettings()); // only serialize non-default settings 247if (!this.RetransmissionSettings.IsMatch(udpTransport.RetransmissionSettings))