26 references to CopyContentFrom
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\ReferenceManagerTests.cs (1)
994
string p2 = Temp.CreateFile().
CopyContentFrom
(p1).Path;
Microsoft.CodeAnalysis.UnitTests (21)
AnalyzerAssemblyLoaderTests.cs (21)
576
var deltaFile = tempDir.CreateDirectory("a").CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
577
var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
688
var deltaFile1 = tempDir.CreateDirectory("a").CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
690
var gammaFile = tempSubDir.CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
691
var deltaFile2 = tempSubDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
730
var deltaFile = tempDir.CreateDirectory("a").CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
731
var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
1040
var epsilonFile = tempDir1.CreateFile("Epsilon.dll").
CopyContentFrom
(testFixture.Epsilon).Path;
1041
var delta1File = tempDir1.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1042
var delta2File = tempDir2.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta2).Path;
1460
var deltaCopy = tempDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1485
var deltaCopy = tempDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1520
var delta1File = tempDir1.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1521
var delta2File = tempDir2.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta2).Path;
1522
var gammaFile = tempDir3.CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
1575
var tempFile = tempDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1);
1596
tempFile.
CopyContentFrom
(testFixture.Delta1);
1611
var analyzerPath = tempDir.CreateFile("AnalyzerWithLoc.dll").
CopyContentFrom
(testFixture.AnalyzerWithLoc).Path;
1612
var analyzerResourcesPath = tempDir.CreateDirectory("en-GB").CreateFile("AnalyzerWithLoc.resources.dll").
CopyContentFrom
(testFixture.AnalyzerWithLocResourceEnGB).Path;
1634
var analyzerPath = tempDir.CreateFile("AnalyzerWithLoc.dll").
CopyContentFrom
(testFixture.AnalyzerWithLoc).Path;
1635
var analyzerResourcesPath = tempDir.CreateDirectory("es").CreateFile("AnalyzerWithLoc.resources.dll").
CopyContentFrom
(testFixture.AnalyzerWithLocResourceEnGB).Path;
Roslyn.VisualStudio.Next.UnitTests (4)
Remote\SnapshotSerializationTests.cs (3)
425
file.
CopyContentFrom
(location);
446
file.
CopyContentFrom
(location);
699
shadow.
CopyContentFrom
(typeof(object).Assembly.Location);
Services\ServiceHubServicesTests.cs (1)
360
file.
CopyContentFrom
(typeof(object).Assembly.Location);