3 references to UnderlyingMethod
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (3)
27
get { return
UnderlyingMethod
; }
37
get { return !
UnderlyingMethod
.IsStatic; }
42
get { return
UnderlyingMethod
.ReturnType; }