1 write to _method
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Primitives\ExportedDelegate.cs (1)
23
_method
= method;
3 references to _method
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\Primitives\ExportedDelegate.cs (3)
36
return
_method
.CreateDelegate(delegateType, _instance);
47
ParameterInfo[] parameters =
_method
.GetParameters();
51
parameterTypes[parameters.Length] =
_method
.ReturnType;