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)
52
else if (transport is TcpTransportBindingElement && NetTcpBinding.
TryCreate
(elements, out binding))