1 write to Delta2
Microsoft.CodeAnalysis.Test.Utilities (1)
AssemblyLoadTestFixture.cs (1)
221
Delta2
= GenerateDll("Delta", v2Directory, Delta2Source);
19 references to Delta2
Microsoft.CodeAnalysis.Test.Utilities (3)
AssemblyLoadTestFixture.cs (3)
66
/// An assembly with a reference to <see cref="
Delta2
"/>.
77
/// <see cref="
Delta2
"/> so we can test having two assemblies that look the same but aren't.
225
var delta2Reference = MetadataReference.CreateFromFile(
Delta2
);
Microsoft.CodeAnalysis.UnitTests (16)
AnalyzerAssemblyLoaderTests.cs (16)
794
loader.AddDependencyLocation(testFixture.
Delta2
);
821
("Delta", "2.0.0.0", testFixture.
Delta2
),
882
Assert.Throws<ArgumentException>(() => loader.GetResolvedAnalyzerPath(testFixture.
Delta2
));
885
loader.AddDependencyLocation(testFixture.
Delta2
);
888
testFixture.
Delta2
,
908
loader.AddDependencyLocation(testFixture.
Delta2
);
920
testFixture.
Delta2
,
939
loader.AddDependencyLocation(testFixture.
Delta2
);
942
Assembly delta2 = loader.LoadFromPath(testFixture.
Delta2
);
953
Assert.Equal(loader.GetResolvedAnalyzerPath(testFixture.
Delta2
), delta2.Location);
982
var unregisteredDeltaPath = dir1.CopyFile(testFixture.
Delta2
).Path;
986
var registeredDeltaPath = dir2.CopyFile(testFixture.
Delta2
).Path;
1042
var delta2File = tempDir2.CreateFile("Delta.dll").CopyContentFrom(testFixture.
Delta2
).Path;
1080
loader2.AddDependencyLocation(testFixture.
Delta2
);
1106
("Delta", "2.0.0.0", testFixture.
Delta2
),
1521
var delta2File = tempDir2.CreateFile("Delta.dll").CopyContentFrom(testFixture.
Delta2
).Path;