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