42 references to MethodUpToDate
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\ActiveStatement.cs (1)
82=> (Flags & ActiveStatementFlags.MethodUpToDate) != 0;
EditAndContinue\ActiveStatementsMap.cs (1)
131if (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)
1026ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.MethodUpToDate)); 1771ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.PartiallyExecuted)); 2788ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate), 2793ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate)); 2813new ActiveStatementSpan(new ActiveStatementId(0), activeLineSpanB1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)); 4767ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame), 4772ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)); 4776var activeStatementSpan11 = new ActiveStatementSpan(new ActiveStatementId(0), activeLineSpan11, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame); 4777var activeStatementSpan12 = new ActiveStatementSpan(new ActiveStatementId(1), activeLineSpan12, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame); 4843ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame), 4848ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)); 4855new ActiveStatementSpan(new ActiveStatementId(0), activeLineSpan11, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame), 4856new ActiveStatementSpan(new ActiveStatementId(1), activeLineSpan12, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame) 5042ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate 5164ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame 5249ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame 5340ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 5341ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F 5390ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 5397new ActiveStatementSpan(new ActiveStatementId(0), new LinePositionSpan(new(4, 41), new(4, 42)), ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame), 5475ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 5476ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F 5486new ActiveStatementSpan(new ActiveStatementId(0), expectedSpanG1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, documentId), 5487new ActiveStatementSpan(new ActiveStatementId(1), expectedSpanF1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, documentId) 5512new ActiveStatementSpan(new ActiveStatementId(0), expectedSpanG2, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, documentId), 5513new ActiveStatementSpan(new ActiveStatementId(1), expectedSpanF2, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, documentId) 5600ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // G 5610new ActiveStatementSpan(new ActiveStatementId(0), expectedSpanG1, ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame)
EditAndContinue\EditSessionActiveStatementsTests.cs (9)
158ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame)); 166ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame)); 175ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame)); 342ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F1 343ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.LeafFrame, // F2 492ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F1 493ActiveStatementFlags.MethodUpToDate | ActiveStatementFlags.NonLeafFrame, // F2 663ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.NonUserCode | ActiveStatementFlags.PartiallyExecuted | ActiveStatementFlags.MethodUpToDate, 664ActiveStatementFlags.NonLeafFrame | ActiveStatementFlags.LeafFrame | ActiveStatementFlags.MethodUpToDate