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); 363loader.AddDependencyLocation(testFixture.Gamma); 377loader.AddDependencyLocation(testFixture.Gamma); 538loader.AddDependencyLocation(testFixture.Gamma); 540Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 552testFixture.Gamma); 567var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 680var gammaFile = tempSubDir.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 732var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 792loader.AddDependencyLocation(testFixture.Gamma); 797Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 815("Gamma", "0.0.0.0", testFixture.Gamma) 1106loader1.AddDependencyLocation(testFixture.Gamma); 1113Assembly gamma = loader1.LoadFromPath(testFixture.Gamma); 1129("Gamma", "0.0.0.0", testFixture.Gamma)); 1169loader.AddDependencyLocation(testFixture.Gamma); 1173Assembly gamma = loader.LoadFromPath(testFixture.Gamma); 1553var 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 });