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)
36return _method.CreateDelegate(delegateType, _instance); 47ParameterInfo[] parameters = _method.GetParameters(); 51parameterTypes[parameters.Length] = _method.ReturnType;