1 write to Gamma
Microsoft.CodeAnalysis.Test.Utilities (1)
AssemblyLoadTestFixture.cs (1)
157Gamma = GenerateDll("Gamma", _directory, GammaSource, delta1Reference);
24 references to Gamma
Microsoft.CodeAnalysis.Test.Utilities (3)
AssemblyLoadTestFixture.cs (3)
46/// An assembly with a reference to <see cref="Gamma"/>. 51/// An assembly with a reference to <see cref="Gamma"/>. 160var gammaReference = MetadataReference.CreateFromFile(Gamma);
Microsoft.CodeAnalysis.UnitTests (21)
AnalyzerAssemblyLoaderTests.cs (18)
230loader.AddDependencyLocation(testFixture.Gamma); 287loader.AddDependencyLocation(testFixture.Gamma); 301loader.AddDependencyLocation(testFixture.Gamma); 429loader.AddDependencyLocation(testFixture.Gamma); 431Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 443testFixture.Gamma); 458var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 497var gammaFile = tempSubDir.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 549var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 609loader.AddDependencyLocation(testFixture.Gamma); 614Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 632("Gamma", "0.0.0.0", testFixture.Gamma) 920loader1.AddDependencyLocation(testFixture.Gamma); 927Assembly gamma = loader1.LoadFromPath(testFixture.Gamma); 943("Gamma", "0.0.0.0", testFixture.Gamma)); 983loader.AddDependencyLocation(testFixture.Gamma); 987Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 1222var gammaFile = tempDir3.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path;
AssemblyUtilitiesTests.cs (3)
60var gammaDll = directory.CopyFile(_testFixture.Gamma).Path; 75_testFixture.Gamma, 171var results = AssemblyUtilities.IdentifyMissingDependencies(_testFixture.Alpha, new[] { _testFixture.Alpha, _testFixture.Gamma, _testFixture.Delta1 });