2 references to SafeKey
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUsePatternCombinatorsDiagnosticAnalyzer.cs (2)
28
private static readonly ImmutableDictionary<string, string?> s_safeProperties = ImmutableDictionary<string, string?>.Empty.Add(
SafeKey
, "");
44
=> diagnostic.Properties.ContainsKey(
SafeKey
);