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