2 references to TryCreate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
38
if (WSHttpBindingBase.
TryCreate
(elements, out binding))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
124
if (WSHttpBinding.
TryCreate
(bindingElementsWithoutContext, out wsHttpBinding))