1 write to Flags
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\ActiveStatement.cs (1)
43Flags = flags;
6 references to Flags
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1200var isPartiallyExecuted = (oldActiveStatements[activeStatementIndex].Statement.Flags & ActiveStatementFlags.PartiallyExecuted) != 0;
EditAndContinue\ActiveStatement.cs (5)
55=> new(Id, Flags, span, InstructionId); 70=> (Flags & ActiveStatementFlags.LeafFrame) != 0; 76=> (Flags & ActiveStatementFlags.NonLeafFrame) != 0; 82=> (Flags & ActiveStatementFlags.MethodUpToDate) != 0; 88=> (Flags & ActiveStatementFlags.Stale) != 0;