4 references to _state
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.GenerateParameterCodeAction.cs (4)
38
_state
.IdentifierToken.ValueText);
47
_state
.ContainingMethod,
48
_state
.LocalType,
50
new ParameterName(
_state
.IdentifierToken.ValueText, isFixed: false),