1 instantiation of AssemblyLoadTestFixture
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (1)
RemoteAnalyzerAssemblyLoaderTests.cs (1)
22using var testFixture = new AssemblyLoadTestFixture();
63 references to AssemblyLoadTestFixture
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (1)
RemoteAnalyzerAssemblyLoaderTests.cs (1)
22using var testFixture = new AssemblyLoadTestFixture();
Microsoft.CodeAnalysis.UnitTests (56)
AnalyzerAssemblyLoaderTests.cs (50)
92public AssemblyLoadTestFixture TestFixture { get; } 94public AnalyzerAssemblyLoaderTests(ITestOutputHelper testOutputHelper, AssemblyLoadTestFixture testFixture) 104Action<AnalyzerAssemblyLoader, AssemblyLoadTestFixture> testAction, 117Action<AnalyzerAssemblyLoader, AssemblyLoadTestFixture, object> testAction, 130Action<AssemblyLoadContext, AssemblyLoadTestFixture> prepLoadContextAction, 131Action<AnalyzerAssemblyLoader, AssemblyLoadTestFixture> testAction, 145Action<AssemblyLoadContext, AssemblyLoadTestFixture> prepLoadContextAction, 218internal static void InvokeTestCode(AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture fixture, string typeName, string methodName, object? state) 240Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 265Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 276Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 287Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 300Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 339Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 361Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 373Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 532Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 560Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 670Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 725Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 758Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 788Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 845Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 904Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 954Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 991Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1043Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1102Run(kind, static (AnalyzerAssemblyLoader loader1, AssemblyLoadTestFixture testFixture) => 1165Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1198Run(kind, state: normalOrder, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture, object state) => 1339Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1374Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1404Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1431Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1449Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1470Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1487Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1510Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1541Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1581Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1602Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1637Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1660Run(kind, static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1686static (AssemblyLoadContext compilerContext, AssemblyLoadTestFixture testFixture) => 1694static (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1715Run(kind, (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1731Run(kind, (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1750Run(kind, (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1776Run(kind, (AnalyzerAssemblyLoader loader, AssemblyLoadTestFixture testFixture) => 1794Run(kind, (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)
38internal void Exec(ITestOutputHelper testOutputHelper, AssemblyLoadContext compilerContext, AssemblyLoadTestFixture fixture, AnalyzerTestKind kind, string typeName, string methodName, IAnalyzerAssemblyResolver[] externalResolvers, object? state = null)
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\SnapshotSerializationTests.cs (3)
29public class AssemblyLoadTestFixtureCollection : ICollectionFixture<AssemblyLoadTestFixture> 37public sealed class SnapshotSerializationTests(AssemblyLoadTestFixture testFixture) 39private readonly AssemblyLoadTestFixture _testFixture = testFixture;
VBCSCompiler.UnitTests (3)
AnalyzerConsistencyCheckerTests.cs (3)
26public class AssemblyLoadTestFixtureCollection : ICollectionFixture<AssemblyLoadTestFixture> 36private AssemblyLoadTestFixture TestFixture { get; } 38public AnalyzerConsistencyCheckerTests(ITestOutputHelper testOutputHelper, AssemblyLoadTestFixture testFixture)