2 references to TryCreate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
101
if (BasicHttpBinding.
TryCreate
(bindingElements, out binding))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
43
else if (BasicHttpBinding.
TryCreate
(elements, out binding))