6 references to SetupDependencyAndTestCSWithOneSourceFile
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (6)
Microsoft.NetCore.Analyzers\Runtime\DetectPreviewFeatureTests.Dependencies.cs (5)
31
var test =
SetupDependencyAndTestCSWithOneSourceFile
(csCurrentAssemblyCode, csDepedencyCode);
69
var test =
SetupDependencyAndTestCSWithOneSourceFile
(csCurrentAssemblyCode, csDependencyCode);
106
var test =
SetupDependencyAndTestCSWithOneSourceFile
(csCurrentAssemblyCode, csDependencyCode);
140
var test =
SetupDependencyAndTestCSWithOneSourceFile
(csCurrentAssemblyCode, csDependencyCode);
179
var test =
SetupDependencyAndTestCSWithOneSourceFile
(csCurrentAssemblyCode, csDependencyCode);
Microsoft.NetCore.Analyzers\Runtime\DetectPreviewFeatureTests.Generics.cs (1)
504
var test =
SetupDependencyAndTestCSWithOneSourceFile
(csInput, csDependencyCode);