1 write to _service
Microsoft.CodeAnalysis.Features (1)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (1)
47_service = service;
4 references to _service
Microsoft.CodeAnalysis.Features (4)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (4)
129localDeclaration = _service.GetLocalDeclarationFromDeclarator(declarator); 351return _service.UpdateArgumentListSyntax(currentArgumentListSyntax, allArguments); 529return _service.UpdateArgumentListSyntax(currentArgumentListSyntax, allArguments); 569var generatedExpression = _service.GenerateExpressionFromOptionalParameter(mappedParameter);