1 write to Delta2
Microsoft.CodeAnalysis.Test.Utilities (1)
AssemblyLoadTestFixture.cs (1)
221
Delta2
= GenerateDll("Delta", v2Directory, Delta2Source);
22 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 (19)
AnalyzerAssemblyLoaderTests.cs (19)
345
File.Copy(testFixture.
Delta2
, delta1Copy, overwrite: true);
348
var name = AssemblyName.GetAssemblyName(testFixture.
Delta2
);
795
loader.AddDependencyLocation(testFixture.
Delta2
);
822
("Delta", "2.0.0.0", testFixture.
Delta2
),
883
Assert.Throws<InvalidOperationException>(() => loader.GetRealAnalyzerLoadPath(testFixture.
Delta2
));
886
loader.AddDependencyLocation(testFixture.
Delta2
);
889
testFixture.
Delta2
,
909
loader.AddDependencyLocation(testFixture.
Delta2
);
938
testFixture.
Delta2
,
958
loader.AddDependencyLocation(testFixture.
Delta2
);
961
Assembly delta2 = loader.LoadFromPath(testFixture.
Delta2
);
972
Assert.Equal(loader.GetRealAnalyzerLoadPath(testFixture.
Delta2
), delta2.Location);
1022
Assert.Throws<InvalidOperationException>(() => loader.GetRealAnalyzerLoadPath(testFixture.
Delta2
));
1025
loader.AddDependencyLocation(testFixture.
Delta2
);
1028
testFixture.
Delta2
,
1053
var delta2File = tempDir2.CreateFile("Delta.dll").CopyContentFrom(testFixture.
Delta2
).Path;
1111
loader2.AddDependencyLocation(testFixture.
Delta2
);
1137
("Delta", "2.0.0.0", testFixture.
Delta2
),
1552
var delta2File = tempDir2.CreateFile("Delta.dll").CopyContentFrom(testFixture.
Delta2
).Path;