18 references to EmitLibrary
Microsoft.CodeAnalysis.ExternalAccess.HotReload.UnitTests (1)
HotReloadServiceTests.cs (1)
317
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)
1002
var moduleId =
EmitLibrary
(projectId, source, sourceFilePath: sourceFilePath);
1117
EmitLibrary
(projectId, source2);
1438
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
2018
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
2951
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3399
var moduleId =
EmitLibrary
(project.Id, sourceOnDisk, sourceFilePath: sourceFile.Path);
3915
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3972
var moduleId =
EmitLibrary
(projectId, sourceV1, generatorProject: document1.Project);
4030
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
4087
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
4140
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, additionalFileText: additionalSourceV1);
4190
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, analyzerOptions: configV1);
4232
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project);
5151
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project, additionalFileText: additionalFileSourceV1);
5714
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");