16 references to Neither
Microsoft.CSharp (16)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (13)
100return BetterType.Neither; 116BetterType nTot = BetterType.Neither; 122BetterType nParam = BetterType.Neither; 162if (nTot == BetterType.Same || nTot == BetterType.Neither) 168return BetterType.Neither; 311BetterType betterMethod = BetterType.Neither; 338betterMethod = BetterType.Neither; 346betterMethod = BetterType.Neither; 352Debug.Assert(betterMethod == BetterType.Neither); 363if (pta1.Count != pta2.Count && betterMethod == BetterType.Neither) 391return BetterType.Neither; 475return BetterType.Neither; 568case BetterType.Neither:
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (3)
187private const byte neither = (byte)BetterType.Neither; 323return BetterType.Neither; 334return BetterType.Neither;