2 references to DiagnosedAndFixedWithAppendedMethodNamedData
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (2)
Microsoft.NetCore.Analyzers\Performance\RecommendCaseInsensitiveStringComparison.Base.Tests.cs (2)
185
public static IEnumerable<object[]> CSharpDiagnosedAndFixedWithAppendedMethodNamedData() =>
DiagnosedAndFixedWithAppendedMethodNamedData
(CSharpSeparator, CSharpIndexOfNamedArguments);
186
public static IEnumerable<object[]> VisualBasicDiagnosedAndFixedWithAppendedMethodNamedData() =>
DiagnosedAndFixedWithAppendedMethodNamedData
(VisualBasicSeparator, VisualBasicIndexOfNamedArguments);