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