5 references to IntPtr
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (2)
370
return ConstValKind.
IntPtr
;
395
: ConstValKind.
IntPtr
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\ArrayType.cs (1)
63
public override ConstValKind ConstValKind => ConstValKind.
IntPtr
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullType.cs (1)
23
public override ConstValKind ConstValKind => ConstValKind.
IntPtr
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PointerType.cs (1)
38
return ConstValKind.
IntPtr
;