1 instantiation of AssemblyLoadTestFixture
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (1)
RemoteAnalyzerAssemblyLoaderTests.cs (1)
20using var testFixture = new AssemblyLoadTestFixture();
53 references to AssemblyLoadTestFixture
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (1)
RemoteAnalyzerAssemblyLoaderTests.cs (1)
20using var testFixture = new AssemblyLoadTestFixture();
Microsoft.CodeAnalysis.UnitTests (46)
AnalyzerAssemblyLoaderTests.cs (40)
80public AssemblyLoadTestFixture TestFixture { get; } 82public AnalyzerAssemblyLoaderTests(ITestOutputHelper testOutputHelper, AssemblyLoadTestFixture testFixture) 90private void Run(bool shadowLoad, Action<AnalyzerAssemblyLoader, AssemblyLoadTestFixture> testAction, [CallerMemberName] string? memberName = null) => 99Action<AssemblyLoadContext, AssemblyLoadTestFixture> prepLoadContextAction, 100Action<AnalyzerAssemblyLoader, AssemblyLoadTestFixture> testAction, 145internal static void InvokeTestCode(AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture fixture, string typeName, string methodName) 164Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 189Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 200Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 211Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 224Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 263Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 285Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 297Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 423Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 451Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 487Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 542Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 575Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 605Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 662Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 721Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 771Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 805Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 857Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 916Run(shadowLoad, static (AnalyzerAssemblyLoader loader1, AssemblyLoadTestFixture testFixture) => 979Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1008Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1043Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1073Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1100Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1118Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1139Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1156Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1179Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1210Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1250Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1271Run(shadowLoad, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1309static (AssemblyLoadContext compilerContext, AssemblyLoadTestFixture testFixture) => 1317static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) =>
Analyzers\AnalyzerFileReferenceTests.cs (3)
23public class AssemblyLoadTestFixtureCollection : ICollectionFixture<AssemblyLoadTestFixture> 33private readonly AssemblyLoadTestFixture _testFixture; 34public AnalyzerFileReferenceTests(AssemblyLoadTestFixture testFixture)
AssemblyUtilitiesTests.cs (2)
24private readonly AssemblyLoadTestFixture _testFixture; 26public AssemblyUtilitiesTests(AssemblyLoadTestFixture testFixture)
InvokeUtil.cs (1)
38public void Exec(ITestOutputHelper testOutputHelper, AssemblyLoadContext compilerContext, AssemblyLoadTestFixture fixture, bool shadowLoad, string typeName, string methodName)
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\SnapshotSerializationTests.cs (3)
34public class AssemblyLoadTestFixtureCollection : ICollectionFixture<AssemblyLoadTestFixture> 44private readonly AssemblyLoadTestFixture _testFixture; 45public SnapshotSerializationTests(AssemblyLoadTestFixture testFixture)
VBCSCompiler.UnitTests (3)
AnalyzerConsistencyCheckerTests.cs (3)
29public class AssemblyLoadTestFixtureCollection : ICollectionFixture<AssemblyLoadTestFixture> 39private AssemblyLoadTestFixture TestFixture { get; } 41public AnalyzerConsistencyCheckerTests(ITestOutputHelper testOutputHelper, AssemblyLoadTestFixture testFixture)