3 references to Int
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ConstVal.cs (1)
112
ConstValKind.
Int
=> new ConstVal(s_zeroInt32),
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
407
return ConstValKind.
Int
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\Type.cs (1)
39
public virtual ConstValKind ConstValKind => ConstValKind.
Int
;