2 instantiations of UseManagedPresentationBindingElement
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElement.cs (1)
18
return new
UseManagedPresentationBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElementImporter.cs (1)
34
settings = new
UseManagedPresentationBindingElement
();
4 references to UseManagedPresentationBindingElement
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElement.cs (2)
39
UseManagedPresentationBindingElement
settings =
40
context.BindingElements.Find<
UseManagedPresentationBindingElement
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElementImporter.cs (2)
29
UseManagedPresentationBindingElement
settings =
30
policyContext.BindingElements.Find<
UseManagedPresentationBindingElement
>();