11 references to PT_UNDEFINEDINDEX
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (5)
62this.pt1 = PredefinedType.PT_UNDEFINEDINDEX; 63this.pt2 = PredefinedType.PT_UNDEFINEDINDEX; 89_type1 = pt1 != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt1) : null; 90_type2 = pt2 != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt2) : null; 96return pt1 != PredefinedType.PT_UNDEFINEDINDEX;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
100s_typesByName.TryGetValue(name, out PredefinedType type) ? type : PredefinedType.PT_UNDEFINEDINDEX;
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (4)
40this.pt = PredefinedType.PT_UNDEFINEDINDEX; 61Debug.Assert(pt != PredefinedType.PT_UNDEFINEDINDEX); 62_type = pt != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt) : null; 67return pt != PredefinedType.PT_UNDEFINEDINDEX;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
959if (predefinedType != PredefinedType.PT_UNDEFINEDINDEX)