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