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