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