10 references to Node
Microsoft.CodeAnalysis.CSharp.Features (9)
EditAndContinue\DeclarationBody\SimpleMemberBody.cs (9)
19body: Node, 20partnerBody: ((SimpleMemberBody?)partnerDeclarationBody)?.Node, 26IsAsync: SyntaxUtilities.IsAsyncDeclaration(Node.Parent!), 27IsIterator: SyntaxUtilities.IsIterator(Node), 28HasSuspensionPoints: SyntaxUtilities.GetSuspensionPoints(Node).Any()); 31=> CSharpEditAndContinueAnalyzer.ComputeBodyMatch(Node, ((SimpleMemberBody)newBody).Node, knownMatches); 34=> CSharpEditAndContinueAnalyzer.TryMatchActiveStatement(Node, ((SimpleMemberBody)newBody).Node, oldStatement, out newStatement);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractSimpleMemberBody.cs (1)
38=> model.AnalyzeDataFlow(Node).CapturedInside;