2 instantiations of PrivateInterfaceMethod
dotnet-svcutil-lib (2)
CodeDomFixup\CodeDomVisitors\MakeOldAsyncMethodsPrivate.cs (2)
44
_privateIfaceMethods[method.Name] = new
PrivateInterfaceMethod
(null);
56
_privateIfaceMethods.Add(method.Name, new
PrivateInterfaceMethod
(ifaceType));
3 references to PrivateInterfaceMethod
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomVisitors\MakeOldAsyncMethodsPrivate.cs (3)
12
private Dictionary<string,
PrivateInterfaceMethod
> _privateIfaceMethods;
27
_privateIfaceMethods = new Dictionary<string,
PrivateInterfaceMethod
>();
81
PrivateInterfaceMethod
targetMethod = null;