2 references to DiagnosedAndFixedStringLiteralsInvertedNamedData
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (2)
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Base.Tests.cs (2)
292
public static IEnumerable<object[]> CSharpDiagnosedAndFixedStringLiteralsInvertedNamedData() =>
DiagnosedAndFixedStringLiteralsInvertedNamedData
(CSharpSeparator, CSharpIndexOfNamedArguments);
293
public static IEnumerable<object[]> VisualBasicDiagnosedAndFixedStringLiteralsInvertedNamedData() =>
DiagnosedAndFixedStringLiteralsInvertedNamedData
(VisualBasicSeparator, VisualBasicIndexOfNamedArguments);