42 references to MethodUpToDate
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\ActiveStatement.cs (1)
82=> (Flags & ActiveStatementFlags.MethodUpToDate) != 0;
EditAndContinue\ActiveStatementsMap.cs (1)
137if (activeStatementInfo.Flags.HasFlag(ActiveStatementFlags.MethodUpToDate))
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\ActiveStatementsDescription.cs (1)
111((ordinal == 0) ? ActiveStatementFlags.LeafFrame : ActiveStatementFlags.NonLeafFrame) | ActiveStatementFlags.MethodUpToDate;
Microsoft.CodeAnalysis.Features.UnitTests (39)
EditAndContinue\ActiveStatementsMapTests.cs (2)
131=> new(new(new(moduleId, token++, version: 1), ilOffset: 0), fileName, new SourceSpan(startLine, startColumn, endLine, endColumn), ActiveStatementFlags.MethodUpToDate); 188=> new(new(new(moduleId, token++, version: 1), ilOffset: 0), fileName, new SourceSpan(startLine, startColumn, endLine, endColumn), ActiveStatementFlags.MethodUpToDate);
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (28)
436ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.MethodUpToDate)); 1113ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.PartiallyExecuted)); 1991ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate), 1996ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate)); 2018new ActiveStatementSpan(new ActiveStatementId(0), activeLineSpanB1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)); 3902ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame), 3907ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)); 3911var activeStatementSpan11 = new ActiveStatementSpan(new ActiveStatementId(0), activeLineSpan11, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame); 3912var activeStatementSpan12 = new ActiveStatementSpan(new ActiveStatementId(1), activeLineSpan12, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame); 3978ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame), 3983ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)); 3990new ActiveStatementSpan(new ActiveStatementId(0), activeLineSpan11, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame), 3991new ActiveStatementSpan(new ActiveStatementId(1), activeLineSpan12, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame) 4177ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate 4299ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame 4384ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame 4473ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 4474ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F 4523ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 4530new ActiveStatementSpan(new ActiveStatementId(0), new LinePositionSpan(new(4, 41), new(4, 42)), ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame), 4608ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 4609ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F 4619new ActiveStatementSpan(new ActiveStatementId(0), expectedSpanG1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, documentId), 4620new ActiveStatementSpan(new ActiveStatementId(1), expectedSpanF1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, documentId) 4645new ActiveStatementSpan(new ActiveStatementId(0), expectedSpanG2, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, documentId), 4646new ActiveStatementSpan(new ActiveStatementId(1), expectedSpanF2, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, documentId) 4733ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 4743new ActiveStatementSpan(new ActiveStatementId(0), expectedSpanG1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)
EditAndContinue\EditSessionActiveStatementsTests.cs (9)
159ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame)); 167ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame)); 176ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame)); 343ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F1 344ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // F2 493ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F1 494ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F2 664ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.NonUserCode | ActiveStatementFlags.PartiallyExecuted | ActiveStatementFlags.MethodUpToDate, 665ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate