3 references to IsSubsequentSection
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpRemoveUnreachableCodeDiagnosticAnalyzer.cs (2)
21public const string IsSubsequentSection = nameof(IsSubsequentSection); 22private static readonly ImmutableDictionary<string, string?> s_subsequentSectionProperties = ImmutableDictionary<string, string?>.Empty.Add(IsSubsequentSection, "");
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveUnreachableCodeCodeFixProvider.cs (1)
54=> diagnostic.Properties.ContainsKey(CSharpRemoveUnreachableCodeDiagnosticAnalyzer.IsSubsequentSection);