3 references to SingleIfStatementForm
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
InvokeDelegateWithConditionalAccessAnalyzer.cs (2)
22public const string SingleIfStatementForm = nameof(SingleIfStatementForm); 140Constants.SingleIfStatementForm);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
InvokeDelegateWithConditionalAccessCodeFixProvider.cs (1)
69Debug.Assert(diagnostic.Properties[Constants.Kind] == Constants.SingleIfStatementForm);