5 references to _containerMethod
Microsoft.CodeAnalysis.Features (5)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (5)
137var parameterList = _syntaxFacts.GetParameterList(_containerMethod); 263editor.InsertBefore(_containerMethod, newMethodNode); 268editor.InsertParameter(_containerMethod, insertionIndex, parameter); 530editor.InsertParameter(_containerMethod, insertionIndex, parameter); 673var matches = from nodeInCurrent in _containerMethod.DescendantNodesAndSelf().OfType<TExpressionSyntax>()