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