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