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