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