1 instantiation of MethodInfo
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
110methodInfo = new MethodInfo(opDesc);
6 references to MethodInfo
System.ServiceModel (6)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (2)
403Dictionary<UInt32, System.ServiceModel.ComIntegration.DispatchProxy.MethodInfo> dispToOperationDescription) 409System.ServiceModel.ComIntegration.DispatchProxy.MethodInfo methodInfo = null;
System\ServiceModel\ComIntegration\DispatchProxy.cs (4)
21Dictionary<UInt32, MethodInfo> dispToOperationDescription = new Dictionary<UInt32, MethodInfo>(); 109MethodInfo methodInfo = null; 213MethodInfo mInfo = null;