26 references to LoaderTestResources
Microsoft.NET.Sdk.Razor.Tool.Tests (26)
DefaultExtensionAssemblyLoaderTest.cs (10)
17var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 33var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 34var alphaFilePath2 = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha2.dll"); 53var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 54var alphaFilePath2 = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha2.dll"); 72var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 89var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 90var betaFilePath = LoaderTestResources.Beta.WriteToFile(directory.Path, "Beta.dll"); 91var gammaFilePath = LoaderTestResources.Gamma.WriteToFile(directory.Path, "Gamma.dll"); 92var deltaFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll");
DefaultExtensionDependencyCheckerTest.cs (11)
19var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 38var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 39var betaFilePath = LoaderTestResources.Beta.WriteToFile(directory.Path, "Beta.dll"); 40var gammaFilePath = LoaderTestResources.Gamma.WriteToFile(directory.Path, "Gamma.dll"); 41var deltaFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll"); 62var alphaFilePath = LoaderTestResources.Beta.WriteToFile(directory.Path, "Alpha.dll"); 63var betaFilePath = LoaderTestResources.Beta.WriteToFile(directory.Path, "Beta.dll"); 64var gammaFilePath = LoaderTestResources.Gamma.WriteToFile(directory.Path, "Gamma.dll"); 65var deltaFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll"); 72LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll"); 88var deltaFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll");
MetadataCacheTest.cs (5)
16var assemblyFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll"); 32var assemblyFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll"); 55var assemblyFilePath1 = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll"); 56var assemblyFilePath2 = LoaderTestResources.Gamma.WriteToFile(directory.Path, "Gamma.dll"); 73var assemblyFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll");