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