16 references to Neither
Microsoft.CSharp (16)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (13)
101return BetterType.Neither; 117BetterType nTot = BetterType.Neither; 123BetterType nParam = BetterType.Neither; 163if (nTot == BetterType.Same || nTot == BetterType.Neither) 169return BetterType.Neither; 314BetterType betterMethod = BetterType.Neither; 341betterMethod = BetterType.Neither; 349betterMethod = BetterType.Neither; 355Debug.Assert(betterMethod == BetterType.Neither); 366if (pta1.Count != pta2.Count && betterMethod == BetterType.Neither) 394return BetterType.Neither; 479return BetterType.Neither; 573case BetterType.Neither:
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (3)
187private const byte neither = (byte)BetterType.Neither; 327return BetterType.Neither; 338return BetterType.Neither;