3 references to SyncMethod
System.ServiceModel.Primitives.Tests (3)
Description\ContractDescriptionTest.cs (3)
231
Assert.NotNull(operation.
SyncMethod
);
234
Assert.Equal(typeof(IDescriptionTestsService).GetMethod(nameof(IDescriptionTestsService.Echo)), operation.
SyncMethod
);
238
Assert.Equal(typeof(IDescriptionTestsService).GetMethod(nameof(IDescriptionTestsService.MessageRequestReply)), operation.
SyncMethod
);