1 write to _method
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
17
_method
= method;
2 references to _method
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (2)
22
get { return
_method
; }
52
return SafeCreateExportedDelegate(instance,
_method
);