9 references to IsNop
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
132if (pctx != null && !pctx.IsNop && parent is AggregateSymbol agg && 0 != agg.GetTypeVarsAll().Count) 393if (pctx != null && !pctx.IsNop)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (7)
186return ctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, ctx); 194return ctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, ctx); 202if (taSrc != null && taSrc.Count != 0 && ctx != null && !ctx.IsNop) 323return !ctx.IsNop && SubstEqualTypesCore(typeDst, typeSrc, ctx); 346if (ctx.IsNop) 550ctx == null || ctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, ctx); 553pctx == null || pctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, pctx);