30 references to CopyContentFrom
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\ReferenceManagerTests.cs (1)
994
string p2 = Temp.CreateFile().
CopyContentFrom
(p1).Path;
Microsoft.CodeAnalysis.UnitTests (25)
AnalyzerAssemblyLoaderTests.cs (25)
343
var delta1Copy = tempDir.CreateDirectory("a").CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
566
var deltaFile = tempDir.CreateDirectory("a").CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
567
var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
603
var alternatePath = tempDir.CreateDirectory("a").CreateFile("Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll").
CopyContentFrom
(externalAccessRazorPath).Path;
638
var alternatePath = dir.CreateFile("Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll").
CopyContentFrom
(externalAccessRazorPath).Path;
639
var deltaFile = dir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
678
var deltaFile1 = tempDir.CreateDirectory("a").CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
680
var gammaFile = tempSubDir.CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
681
var deltaFile2 = tempSubDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
731
var deltaFile = tempDir.CreateDirectory("a").CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
732
var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
1051
var epsilonFile = tempDir1.CreateFile("Epsilon.dll").
CopyContentFrom
(testFixture.Epsilon).Path;
1052
var delta1File = tempDir1.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1053
var delta2File = tempDir2.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta2).Path;
1491
var deltaCopy = tempDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1516
var deltaCopy = tempDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1551
var delta1File = tempDir1.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1).Path;
1552
var delta2File = tempDir2.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta2).Path;
1553
var gammaFile = tempDir3.CreateFile("Gamma.dll").
CopyContentFrom
(testFixture.Gamma).Path;
1606
var tempFile = tempDir.CreateFile("Delta.dll").
CopyContentFrom
(testFixture.Delta1);
1626
tempFile.
CopyContentFrom
(testFixture.Delta1);
1641
var analyzerPath = tempDir.CreateFile("AnalyzerWithLoc.dll").
CopyContentFrom
(testFixture.AnalyzerWithLoc).Path;
1642
var analyzerResourcesPath = tempDir.CreateDirectory("en-GB").CreateFile("AnalyzerWithLoc.resources.dll").
CopyContentFrom
(testFixture.AnalyzerWithLocResourceEnGB).Path;
1664
var analyzerPath = tempDir.CreateFile("AnalyzerWithLoc.dll").
CopyContentFrom
(testFixture.AnalyzerWithLoc).Path;
1665
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)
348
file.
CopyContentFrom
(typeof(object).Assembly.Location);