2 references to StringTypeName
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpRecommendCaseInsensitiveStringComparisonFixer.cs (1)
72if (rightOffendingMethod != null && arg.Parameter?.Type?.Name == StringTypeName)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicRecommendCaseInsensitiveStringComparisonFixer.vb (1)
84If rightOffendingMethod IsNot Nothing And arg.Parameter.Type.Name = StringTypeName Then