17 references to EmitLibrary
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
288
=> LoadLibraryToDebuggee(
EmitLibrary
(projectId, source, sourceFilePath, language, encoding, checksumAlgorithm, assemblyName, targetFramework: targetFramework));
Microsoft.CodeAnalysis.Features.UnitTests (16)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (15)
933
var moduleId =
EmitLibrary
(projectId, source, sourceFilePath: sourceFilePath);
1049
EmitLibrary
(projectId, source2);
1368
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
1890
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
2800
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3179
var moduleId =
EmitLibrary
(project.Id, sourceOnDisk, sourceFilePath: sourceFile.Path);
3695
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3752
var moduleId =
EmitLibrary
(projectId, sourceV1, generatorProject: document1.Project);
3810
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3867
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3920
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, additionalFileText: additionalSourceV1);
3970
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, analyzerOptions: configV1);
4012
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project);
4925
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project, additionalFileText: additionalFileSourceV1);
5488
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");