3 references to EndMethod
System.ServiceModel.Primitives.Tests (3)
Description\ContractDescriptionTest.cs (3)
214
Assert.NotNull(operation.
EndMethod
);
218
Assert.Equal(typeof(IDescriptionTestsServiceBeginEndGenerated).GetMethod(nameof(IDescriptionTestsServiceBeginEndGenerated.EndEcho)), operation.
EndMethod
);
223
Assert.Equal(typeof(IDescriptionTestsServiceBeginEndGenerated).GetMethod(nameof(IDescriptionTestsServiceBeginEndGenerated.EndMessageRequestReply)), operation.
EndMethod
);