29 references to CopyContentFrom
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\ReferenceManagerTests.cs (1)
994string p2 = Temp.CreateFile().CopyContentFrom(p1).Path;
Microsoft.CodeAnalysis.UnitTests (18)
AnalyzerAssemblyLoaderTests.cs (18)
267var delta1Copy = tempDir.CreateDirectory("a").CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 457var deltaFile = tempDir.CreateDirectory("a").CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 458var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 495var deltaFile1 = tempDir.CreateDirectory("a").CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 497var gammaFile = tempSubDir.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 498var deltaFile2 = tempSubDir.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 548var deltaFile = tempDir.CreateDirectory("a").CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 549var gammaFile = tempDir.CreateDirectory("b").CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 865var epsilonFile = tempDir1.CreateFile("Epsilon.dll").CopyContentFrom(testFixture.Epsilon).Path; 866var delta1File = tempDir1.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 867var delta2File = tempDir2.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta2).Path; 1160var deltaCopy = tempDir.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 1185var deltaCopy = tempDir.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 1220var delta1File = tempDir1.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1).Path; 1221var delta2File = tempDir2.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta2).Path; 1222var gammaFile = tempDir3.CreateFile("Gamma.dll").CopyContentFrom(testFixture.Gamma).Path; 1275var tempFile = tempDir.CreateFile("Delta.dll").CopyContentFrom(testFixture.Delta1); 1295tempFile.CopyContentFrom(testFixture.Delta1);
Microsoft.VisualStudio.LanguageServices.UnitTests (4)
AnalyzerSupport\AnalyzerDependencyCheckerTests.vb (4)
256Dim libraryC2 = directory2.CreateFile("C.dll").CopyContentFrom(libraryC1).Path 376Dim libraryC2 = directory2.CreateFile("C.dll").CopyContentFrom(libraryC1).Path 506Dim libraryA2 = directory2.CreateFile("A.dll").CopyContentFrom(libraryA1).Path 618Dim libraryB2 = directory2.CreateFile("B.dll").CopyContentFrom(libraryB1).Path
Roslyn.VisualStudio.Next.UnitTests (6)
Remote\SnapshotSerializationTests.cs (5)
424file.CopyContentFrom(location); 445file.CopyContentFrom(location); 481var file1 = dir.CreateFile("analyzer1.dll").CopyContentFrom(_testFixture.FaultyAnalyzer); 482var file2 = dir.CreateFile("analyzer2.dll").CopyContentFrom(_testFixture.FaultyAnalyzer); 701shadow.CopyContentFrom(typeof(object).Assembly.Location);
Services\ServiceHubServicesTests.cs (1)
298file.CopyContentFrom(typeof(object).Assembly.Location);