9 references to IsNop
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
136if (pctx != null && !pctx.IsNop && parent is AggregateSymbol agg && 0 != agg.GetTypeVarsAll().Count) 405if (pctx != null && !pctx.IsNop)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (7)
193return ctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, ctx); 202return ctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, ctx); 212if (taSrc != null && taSrc.Count != 0 && ctx != null && !ctx.IsNop) 338return !ctx.IsNop && SubstEqualTypesCore(typeDst, typeSrc, ctx); 361if (ctx.IsNop) 567ctx == null || ctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, ctx); 571pctx == null || pctx.IsNop ? typeSrc : SubstTypeCore(typeSrc, pctx);