3 references to Ref
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\TypeParameterSymbol.cs (2)
87
return (_constraints & SpecCons.
Ref
) > 0;
102
return (_constraints & SpecCons.
Ref
) > 0;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
561
cons |= SpecCons.
Ref
;