5 references to PT_VALUE
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
585
(_typeSrc.IsPredefType(PredefinedType.PT_OBJECT) || _typeSrc.IsPredefType(PredefinedType.
PT_VALUE
) || _typeSrc.IsPredefType(PredefinedType.PT_ENUM)))
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
499
(pRawParamType.IsPredefType(PredefinedType.PT_DATETIME) || pRawParamType.IsPredefType(PredefinedType.PT_OBJECT) || pRawParamType.IsPredefType(PredefinedType.
PT_VALUE
)))
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
203
if (bnds.Count != 0 && bnds[0].IsPredefType(PredefinedType.
PT_VALUE
))
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
149
new PredefinedTypeInfo(PredefinedType.
PT_VALUE
, typeof(ValueType), "System.ValueType"),
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
660
return GetPredefAgg(PredefinedType.
PT_VALUE
).getThisType();