1 write to Gamma
Microsoft.CodeAnalysis.Test.Utilities (1)
AssemblyLoadTestFixture.cs (1)
244Gamma = 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"/>. 247var gammaReference = MetadataReference.CreateFromFile(Gamma);
Microsoft.CodeAnalysis.UnitTests (21)
AnalyzerAssemblyLoaderTests.cs (20)
304loader.AddDependencyLocation(testFixture.Gamma); 353loader.AddDependencyLocation(testFixture.Gamma); 367loader.AddDependencyLocation(testFixture.Gamma); 546loader.AddDependencyLocation(testFixture.Gamma); 548Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 560testFixture.Gamma); 575var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 688var gammaFile = tempSubDir.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 729var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 789loader.AddDependencyLocation(testFixture.Gamma); 794Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 812("Gamma", "0.0.0.0", testFixture.Gamma) 1073loader1.AddDependencyLocation(testFixture.Gamma); 1080Assembly gamma = loader1.LoadFromPath(testFixture.Gamma); 1096("Gamma", "0.0.0.0", testFixture.Gamma)); 1136loader.AddDependencyLocation(testFixture.Gamma); 1140Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 1520var gammaFile = tempDir3.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 1692loader.AddDependencyLocation(testFixture.Gamma); 1694Assembly gamma = loader.LoadFromPath(testFixture.Gamma);
AssemblyUtilitiesTests.cs (1)
122var results = AssemblyUtilities.IdentifyMissingDependencies(_testFixture.Alpha, new[] { _testFixture.Alpha, _testFixture.Gamma, _testFixture.Delta1 });