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