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