2 references to StringIndexOfMethodName
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Analyzer.cs (1)
157
IEnumerable<IMethodSymbol> indexOfMethods = stringType.GetMembers(
StringIndexOfMethodName
).OfType<IMethodSymbol>();
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Fixer.cs (1)
170
RCISCAnalyzer.
StringIndexOfMethodName
or