17 references to MethodType
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (17)
68methodData = new MethodData(method, MethodType.GetType); 73methodData = new MethodData(method, MethodType.Channel); 87MethodType methodType; 91methodType = MethodType.TaskService; 95methodType = MethodType.Service; 99methodType = MethodType.BeginService; 103methodType = MethodType.EndService; 139case MethodType.Service: 141case MethodType.BeginService: 143case MethodType.EndService: 145case MethodType.TaskService: 147case MethodType.Channel: 149case MethodType.GetType: 483private MethodType _methodType; 486public MethodData(MethodBase methodBase, MethodType methodType) 491public MethodData(MethodBase methodBase, MethodType methodType, ProxyOperationRuntime operation) 503public MethodType MethodType