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