4 references to Val
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\TypeParameterSymbol.cs (3)
82return (_constraints & SpecCons.Val) > 0; 92return (_constraints & SpecCons.Val) > 0; 107return (_constraints & SpecCons.Val) > 0;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
565cons |= SpecCons.Val;