1 write to IsSessionOpenNotificationEnabled
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
961operationDescription.IsSessionOpenNotificationEnabled = opAttr.IsSessionOpenNotificationEnabled;
3 references to IsSessionOpenNotificationEnabled
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
136child.IsSessionOpenNotificationEnabled = operation.IsSessionOpenNotificationEnabled; 162child.IsSessionOpenNotificationEnabled = operation.IsSessionOpenNotificationEnabled;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
422if (operation.IsSessionOpenNotificationEnabled)