3 references to NodeToGenerateKey
Microsoft.CodeAnalysis.CSharp.Features (3)
ConvertSwitchStatementToExpressionCodeFixProvider.cs (1)
74
var nodeToGenerate = (SyntaxKind)int.Parse(properties[Constants.
NodeToGenerateKey
]!);
ConvertSwitchStatementToExpressionConstants.cs (1)
9
public const string NodeToGenerateKey = nameof(
NodeToGenerateKey
);
ConvertSwitchStatementToExpressionDiagnosticAnalyzer.cs (1)
75
.Add(Constants.
NodeToGenerateKey
, ((int)nodeToGenerate).ToString(CultureInfo.InvariantCulture))