93 references to Method
mscorlib (29)
system\appdomain.cs (6)
155
if (!list[i].
Method
.IsStatic)
165
list[i].
Method
.ReflectedType.FullName+"::"+list[i].
Method
.Name);
170
info.TargetTypeAssembly=list[i].
Method
.ReflectedType.Module.Assembly.FullName;
171
info.TargetTypeName=list[i].
Method
.ReflectedType.FullName;
172
info.MethodName=list[i].
Method
.Name;
system\delegateserializationholder.cs (4)
247
if ((d.
Method
!= null && !d.
Method
.IsPublic) || (d.
Method
.DeclaringType != null && !d.
Method
.DeclaringType.IsVisible))
system\multicastdelegate.cs (3)
61
MethodInfo method =
Method
;
81
MethodInfo method = d.
Method
;
570
return ((Delegate)invocationList[index]).
Method
;
system\reflection\RuntimeReflectionExtensions.cs (1)
82
return del.
Method
;
system\Runtime\InteropServices\ComEventsMethod.cs (1)
74
ParameterInfo[] parameters = _d.
Method
.GetParameters();
system\runtime\interopservices\windowsruntime\eventregistrationtokentable.cs (1)
165
handlerHashCode = (uint)invocationList[0].
Method
.GetHashCode();
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (5)
277
if (!instanceMap.TryGetValue(removeMethod.
Method
, out tokens))
280
instanceMap.Add(removeMethod.
Method
, tokens);
551
return removeMethod.
Method
.DeclaringType;
663
eventCacheKey.method = removeMethod.
Method
;
677
BCLDebug.Log("INTEROP", "[WinRT_Eventing] Adding (" + instance + "," + removeMethod.
Method
+ ") into cache" + "\n");
system\threading\Tasks\Future.cs (1)
455
return d != null ? d.
Method
.ToString() : "{null}";
system\threading\Tasks\FutureFactory.cs (4)
829
AsyncCausalityTracer.TraceOperationCreation(CausalityTraceLevel.Required, promise.Id, "TaskFactory.FromAsync: " + beginMethod.
Method
.Name, 0);
966
AsyncCausalityTracer.TraceOperationCreation(CausalityTraceLevel.Required, promise.Id, "TaskFactory.FromAsync: " + beginMethod.
Method
.Name, 0);
1111
AsyncCausalityTracer.TraceOperationCreation(CausalityTraceLevel.Required, promise.Id, "TaskFactory.FromAsync: " + beginMethod.
Method
.Name, 0);
1263
AsyncCausalityTracer.TraceOperationCreation(CausalityTraceLevel.Required, promise.Id, "TaskFactory.FromAsync: " + beginMethod.
Method
.Name, 0);
system\threading\Tasks\Task.cs (2)
762
return d != null ? d.
Method
.ToString() : "{null}";
1939
AsyncCausalityTracer.TraceOperationCreation(CausalityTraceLevel.Required, this.Id, "Task: "+((Delegate)m_action).
Method
.Name, 0);
system\threading\Tasks\TaskContinuation.cs (1)
311
AsyncCausalityTracer.TraceOperationCreation(CausalityTraceLevel.Required, m_task.Id, "Task.ContinueWith: " + ((Delegate)task.m_action).
Method
.Name, 0);
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ReturnEventSaver.cs (1)
87
MethodInfo m = returnDelegate.
Method
;
src\Framework\MS\Internal\Data\ViewManager.cs (1)
380
_callbackMethod = callback.
Method
;
System (2)
net\System\Net\HttpWebRequest.cs (2)
5455
MethodInfo methodInfo = callback.
Method
;
5456
string methodId = callback.
Method
.Name;
System.Activities (4)
System\Activities\Runtime\CallbackWrapper.cs (4)
104
Fx.Assert(callback.
Method
.IsStatic, "This method should be static when target is null");
152
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.InvalidExecutionCallback(this.callback.
Method
, null)));
309
MethodInfo method = this.callback.
Method
;
336
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.InvalidExecutionCallback(this.callback.
Method
, null)));
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (2)
560
callback.
Method
.DeclaringType.FullName,
569
callback.
Method
.DeclaringType.FullName,
System.Activities.Presentation\System\Activities\Presentation\Base\Core\ServiceManager.cs (2)
346
_genericCallback.
Method
.DeclaringType.FullName,
356
_genericCallback.
Method
.DeclaringType.FullName,
System.Core (6)
System\Linq\IQueryable.cs (6)
46
return f.
Method
;
50
return f.
Method
;
54
return f.
Method
;
58
return f.
Method
;
62
return f.
Method
;
66
return f.
Method
;
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (2)
560
callback.
Method
.DeclaringType.FullName,
569
callback.
Method
.DeclaringType.FullName,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\ServiceManager.cs (2)
346
_genericCallback.
Method
.DeclaringType.FullName,
356
_genericCallback.
Method
.DeclaringType.FullName,
System.Data.Entity (18)
System\Data\Common\CommandTrees\DbLambda.cs (16)
103
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type);
126
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type);
151
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type);
178
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type);
207
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type);
239
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type);
273
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type);
309
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type);
348
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type);
389
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type, argument10Type);
432
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type, argument10Type, argument11Type);
478
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type, argument10Type, argument11Type, argument12Type);
526
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type, argument10Type, argument11Type, argument12Type, argument13Type);
576
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type, argument10Type, argument11Type, argument12Type, argument13Type, argument14Type);
629
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type, argument10Type, argument11Type, argument12Type, argument13Type, argument14Type, argument15Type);
684
DbVariableReferenceExpression[] variables = CreateVariables(lambdaFunction.
Method
, argument1Type, argument2Type, argument3Type, argument4Type, argument5Type, argument6Type, argument7Type, argument8Type, argument9Type, argument10Type, argument11Type, argument12Type, argument13Type, argument14Type, argument15Type, argument16Type);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
1785
string alias = ExtractAlias(argument.
Method
);
1797
string[] aliases = ExtractAliases(argument.
Method
);
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
822
return d.
Method
.ReturnType;
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
2216
var codegenAttr = this.resolveName.
Method
.GetCustomAttributes(false).OfType<System.CodeDom.Compiler.GeneratedCodeAttribute>().FirstOrDefault();
System.Security (1)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
314
MethodInfo validationMethod = formatValidator.
Method
;
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
300
MethodInfo m = func.
Method
;
System.Web (12)
Cache\OutputCache.cs (1)
305
if (!substBlock.Callback.
Method
.IsStatic)
Cache\SubstitutionResponseElement.cs (2)
31
_targetTypeName = System.Web.UI.Util.GetAssemblyQualifiedTypeName(_callback.
Method
.ReflectedType);
32
_methodName = _callback.
Method
.Name;
HttpApplication.cs (3)
3076
targetTypeStr = _handler.
Method
.ReflectedType.ToString();
3197
_targetTypeStr = _beginHandler.
Method
.ReflectedType.ToString();
3736
targetTypeStr = _handler.
Method
.ReflectedType.ToString();
HttpCachePolicy.cs (3)
316
string targetTypeName = System.Web.UI.Util.GetAssemblyQualifiedTypeName(handler.
Method
.ReflectedType);
317
string methodName = handler.
Method
.Name;
422
|| !info.handler.
Method
.IsStatic) {
UI\TemplateControl.cs (2)
449
if (eventDelegate.
Method
.Equals(methodInfo)) {
586
return (del != null) ? del.
Method
: null;
Util\AppVerifier.cs (1)
663
return PrettyPrintMemberInfo((del != null) ? del.
Method
: null);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
1199
return ((Delegate)value).
Method
.Name;
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (1)
1115
MethodInfo handlerMethodInfo = handler.
Method
;
Tracking\SqlTrackingService.cs (3)
462
WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteRetried " + executeRetried.
Method
.Name + " start: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture));
464
WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteRetried " + executeRetried.
Method
.Name + " end: " + DateTime.UtcNow.ToString("G", System.Globalization.CultureInfo.InvariantCulture));
473
WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "SqlTrackingService.ExecuteRetried " + executeRetried.
Method
.Name + " retrying.");
WindowsBase (3)
Base\System\Windows\DependencyObject.cs (1)
1693
dp.OwnerType != metadata.CoerceValueCallback.
Method
.DeclaringType) // Need 2nd check to rule out derived class callback overrides.
Base\System\Windows\Threading\DispatcherOperation.cs (2)
310
return _method.
Method
.DeclaringType + "." + _method.
Method
.Name;