2 overrides of IsSingle
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.cs (1)
34
protected override bool
IsSingle
(VariableDeclaratorSyntax declarator)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.vb (1)
28
Protected Overrides Function
IsSingle
(declarator As VariableDeclaratorSyntax) As Boolean
1 reference to IsSingle
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
148
if (!
IsSingle
(declarator))