13 overrides of IsPointerImpl
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
259
protected override bool
IsPointerImpl
()
system\reflection\emit\generictypeparameterbuilder.cs (1)
165
protected override bool
IsPointerImpl
() { return false; }
system\reflection\emit\symboltype.cs (1)
528
protected override bool
IsPointerImpl
()
system\reflection\emit\typebuilder.cs (1)
1363
protected override bool
IsPointerImpl
()
system\reflection\emit\typebuilderinstantiation.cs (1)
196
protected override bool
IsPointerImpl
() { return false; }
system\reflection\typedelegator.cs (1)
205
protected override bool
IsPointerImpl
()
system\rttype.cs (1)
3915
protected override bool
IsPointerImpl
()
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1088
protected override bool
IsPointerImpl
() { return _baseReflectionType.IsPointer; }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1088
protected override bool
IsPointerImpl
() { return _baseReflectionType.IsPointer; }
System.Web (1)
Compilation\DelayLoadType.cs (1)
168
protected override bool
IsPointerImpl
() {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1028
protected override bool
IsPointerImpl
()
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
779
protected override bool
IsPointerImpl
()
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
525
protected override bool
IsPointerImpl
()
1 reference to IsPointerImpl
mscorlib (1)
system\type.cs (1)
1229
get {return
IsPointerImpl
();}