2 overrides of VerifyAsync
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (2)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsedTests.Code.cs (2)
414
internal override Task
VerifyAsync
(string[] testSources)
470
internal override Task
VerifyAsync
(string[] testSources)
1 reference to VerifyAsync
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (1)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsedTests.Base.cs (1)
21
=> Verifier.
VerifyAsync
(new string[] { testSource, extensionsSource });