1 write to _containerMethod
Microsoft.CodeAnalysis.Features (1)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (1)
54_containerMethod = containingMethod;
5 references to _containerMethod
Microsoft.CodeAnalysis.Features (5)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (5)
154var parameterList = _syntaxFacts.GetParameterList(_containerMethod); 274editor.InsertBefore(_containerMethod, newMethodNode); 279editor.InsertParameter(_containerMethod, insertionIndex, parameter); 541editor.InsertParameter(_containerMethod, insertionIndex, parameter); 686var matches = from nodeInCurrent in _containerMethod.DescendantNodesAndSelf().OfType<TExpressionSyntax>()