1 write to StateEnterOnClosed
UnitTests.Common (1)
MockCommunicationObject.cs (1)
376data.StateEnterOnClosed = mco.State;
4 references to StateEnterOnClosed
System.ServiceModel.Primitives.Tests (4)
Channels\CommunicationObjectTest.cs (4)
227Assert.True(data.StateEnterOnClosed == CommunicationState.Closing, 229data.StateEnterOnClosed)); 294Assert.True(data.StateEnterOnClosed == CommunicationState.Closing, 296data.StateEnterOnClosed));