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