1 write to Gamma
Microsoft.CodeAnalysis.Test.Utilities (1)
AssemblyLoadTestFixture.cs (1)
244Gamma = GenerateDll("Gamma", _directory, GammaSource, delta1Reference);
22 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 (19)
AnalyzerAssemblyLoaderTests.cs (18)
306loader.AddDependencyLocation(testFixture.Gamma); 355loader.AddDependencyLocation(testFixture.Gamma); 369loader.AddDependencyLocation(testFixture.Gamma); 548loader.AddDependencyLocation(testFixture.Gamma); 550Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 562testFixture.Gamma); 577var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 690var gammaFile = tempSubDir.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 731var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 791loader.AddDependencyLocation(testFixture.Gamma); 796Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 814("Gamma", "0.0.0.0", testFixture.Gamma) 1075loader1.AddDependencyLocation(testFixture.Gamma); 1082Assembly gamma = loader1.LoadFromPath(testFixture.Gamma); 1098("Gamma", "0.0.0.0", testFixture.Gamma)); 1138loader.AddDependencyLocation(testFixture.Gamma); 1142Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 1522var gammaFile = tempDir3.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path;
AssemblyUtilitiesTests.cs (1)
122var results = AssemblyUtilities.IdentifyMissingDependencies(_testFixture.Alpha, new[] { _testFixture.Alpha, _testFixture.Gamma, _testFixture.Delta1 });