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