18 references to EmitLibrary
Microsoft.CodeAnalysis.ExternalAccess.HotReload.UnitTests (1)
HotReloadServiceTests.cs (1)
311
EmitLibrary
(projectId, source1, sourceFileA.Path, assemblyName: "Proj");
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
288
=> LoadLibraryToDebuggee(
EmitLibrary
(projectId, source, sourceFilePath, language, encoding, assemblyName, pdbFormat, checksumAlgorithm, defaultEncoding, targetFramework: targetFramework));
Microsoft.CodeAnalysis.Features.UnitTests (16)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (15)
934
var moduleId =
EmitLibrary
(projectId, source, sourceFilePath: sourceFilePath);
1049
EmitLibrary
(projectId, source2);
1368
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
1948
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
2881
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3305
var moduleId =
EmitLibrary
(project.Id, sourceOnDisk, sourceFilePath: sourceFile.Path);
3821
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3878
var moduleId =
EmitLibrary
(projectId, sourceV1, generatorProject: document1.Project);
3936
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3993
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
4046
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, additionalFileText: additionalSourceV1);
4096
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, analyzerOptions: configV1);
4138
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project);
5057
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project, additionalFileText: additionalFileSourceV1);
5620
var moduleId =
EmitLibrary
(projectP.Id, source1, sourceFileA.Path, assemblyName: "Proj");
EditAndContinue\UnitTestingHotReloadServiceTests.cs (1)
35
var moduleId =
EmitLibrary
(projectP.Id, source1, sourceFileA.Path, assemblyName: "Proj");