1 reference to StringTypeName
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpRecommendCaseInsensitiveStringComparisonFixer.cs (1)
72
if (rightOffendingMethod != null && arg.Parameter?.Type?.Name ==
StringTypeName
)