4 overrides of RequiresInstance
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\ReflectionModel\ReflectionField.cs (1)
40public override bool RequiresInstance
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
35public override bool RequiresInstance
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (1)
82public override bool RequiresInstance
System\ComponentModel\Composition\ReflectionModel\ReflectionType.cs (1)
29public override bool RequiresInstance
1 reference to RequiresInstance
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ExportingMember.cs (1)
29get { return _member.RequiresInstance; }