1 write to Gamma
Microsoft.CodeAnalysis.Test.Utilities (1)
AssemblyLoadTestFixture.cs (1)
244
Gamma
= 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
"/>.
247
var gammaReference = MetadataReference.CreateFromFile(
Gamma
);
Microsoft.CodeAnalysis.UnitTests (19)
AnalyzerAssemblyLoaderTests.cs (18)
306
loader.AddDependencyLocation(testFixture.
Gamma
);
355
loader.AddDependencyLocation(testFixture.
Gamma
);
369
loader.AddDependencyLocation(testFixture.
Gamma
);
548
loader.AddDependencyLocation(testFixture.
Gamma
);
550
Assembly gamma = loader.LoadFromPath(testFixture.
Gamma
);
562
testFixture.
Gamma
);
577
var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.
Gamma
).Path;
690
var gammaFile = tempSubDir.CreateFile("Gamma.dll").CopyContentFrom(testFixture.
Gamma
).Path;
731
var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.
Gamma
).Path;
791
loader.AddDependencyLocation(testFixture.
Gamma
);
796
Assembly gamma = loader.LoadFromPath(testFixture.
Gamma
);
814
("Gamma", "0.0.0.0", testFixture.
Gamma
)
1075
loader1.AddDependencyLocation(testFixture.
Gamma
);
1082
Assembly gamma = loader1.LoadFromPath(testFixture.
Gamma
);
1098
("Gamma", "0.0.0.0", testFixture.
Gamma
));
1138
loader.AddDependencyLocation(testFixture.
Gamma
);
1142
Assembly gamma = loader.LoadFromPath(testFixture.
Gamma
);
1522
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 });