18 references to State
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (18)
135State state = State.InactivityTimeout; 138if (state == State.InactivityTimeout) 144state = State.AcknowledgementInterval; 159if (state == State.AcknowledgementInterval) 374State state = State.Security; 379if (state == State.Security) 381state = State.DeliveryAssurance; 389if (state == State.DeliveryAssurance) 391state = State.Done; 458State state = State.Assurance; 462if (state == State.Assurance) 464state = State.Order; 481if (state == State.Order) 483state = State.Done; 505if (state == State.Assurance)