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