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