2 references to GetTitle
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Usage\DoNotPassNonNullableValueToArgumentNullExceptionThrowIfNull.Fixer.cs (2)
51if (GetTitle(diagnostic.Id) is not string title) 77if (equivalenceKey is not null && equivalenceKey != GetTitle(diagnostic.Id))