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