2 references to ShouldParameterBeSkipped
Microsoft.CodeAnalysis.Features (2)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (2)
162
if (
ShouldParameterBeSkipped
(compilation, parameterSymbol))
600
if (argumentParameter is not null &&
ShouldParameterBeSkipped
(compilation, argumentParameter))