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