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