2 references to TryCreate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
83&& !NetTcpContextBinding.TryCreate(bindingElements, out binding))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
52else if (transport is TcpTransportBindingElement && NetTcpBinding.TryCreate(elements, out binding))