2 references to FindContainingStatementPart
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
2726var oldContainingStatementPart = FindContainingStatementPart(oldNode); 2727var newContainingStatementPart = FindContainingStatementPart(newNode);