2 overrides of IsClear
System.Core (2)
Microsoft\Scripting\Ast\DebugInfoExpression.cs (2)
149public override bool IsClear { 165public override bool IsClear {
4 references to IsClear
System.Core (4)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
123public Boolean IsClear { get { return _node.IsClear; } }
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (2)
755if (node.IsClear && _sequencePointCleared) { 763_sequencePointCleared = node.IsClear;
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
54if (debugInfo != null && debugInfo.IsClear && next is DebugInfoExpression) {