5 references to _containerMethod
Microsoft.CodeAnalysis.Features (5)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (5)
145var parameterList = _syntaxFacts.GetParameterList(_containerMethod); 271editor.InsertBefore(_containerMethod, newMethodNode); 276editor.InsertParameter(_containerMethod, insertionIndex, parameter); 538editor.InsertParameter(_containerMethod, insertionIndex, parameter); 681var matches = from nodeInCurrent in _containerMethod.DescendantNodesAndSelf().OfType<TExpressionSyntax>()