20 references to MethodType
System.ServiceModel (20)
System\ServiceModel\Channels\ServiceChannelProxy.cs (20)
100
MethodType
methodType;
103
methodType =
MethodType
.GetType;
107
methodType =
MethodType
.Object;
115
methodData = new MethodData(method,
MethodType
.Channel);
129
MethodType
methodType;
133
methodType =
MethodType
.TaskService;
137
methodType =
MethodType
.Service;
141
methodType =
MethodType
.BeginService;
145
methodType =
MethodType
.EndService;
177
case
MethodType
.Service:
179
case
MethodType
.BeginService:
181
case
MethodType
.EndService:
183
case
MethodType
.TaskService:
185
case
MethodType
.Channel:
187
case
MethodType
.GetType:
189
case
MethodType
.Object:
486
MethodType
methodType;
489
public MethodData(MethodBase methodBase,
MethodType
methodType)
494
public MethodData(MethodBase methodBase,
MethodType
methodType, ProxyOperationRuntime operation)
506
public
MethodType
MethodType