2 overrides of GenerateExpressionFromOptionalParameter
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceParameter\CSharpIntroduceParameterCodeRefactoringProvider.cs (1)
27protected override SyntaxNode GenerateExpressionFromOptionalParameter(IParameterSymbol parameterSymbol)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceParameter\VisualBasicIntroduceParameterCodeRefactoringProvider.vb (1)
22Protected Overrides Function GenerateExpressionFromOptionalParameter(parameterSymbol As IParameterSymbol) As SyntaxNode
1 reference to GenerateExpressionFromOptionalParameter
Microsoft.CodeAnalysis.Features (1)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (1)
569var generatedExpression = _service.GenerateExpressionFromOptionalParameter(mappedParameter);