2 overrides of GetDeclaratorSyntax
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseConditionalExpressionForAssignmentCodeFixProvider.cs (1)
42protected override VariableDeclaratorSyntax GetDeclaratorSyntax(IVariableDeclaratorOperation declarator)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicUseConditionalExpressionForAssignmentCodeFixProvider.vb (1)
46Protected Overrides Function GetDeclaratorSyntax(declarator As IVariableDeclaratorOperation) As VariableDeclaratorSyntax
1 reference to GetDeclaratorSyntax
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractUseConditionalExpressionForAssignmentCodeFixProvider.cs (1)
136var variable = GetDeclaratorSyntax(declarator);