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