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)
961
var moduleId =
EmitLibrary
(projectId, source, sourceFilePath: sourceFilePath);
1076
EmitLibrary
(projectId, source2);
1395
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
1975
var moduleId =
EmitLibrary
(project.Id, source1, sourceFilePath: sourceFile.Path);
2908
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3332
var moduleId =
EmitLibrary
(project.Id, sourceOnDisk, sourceFilePath: sourceFile.Path);
3848
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
3905
var moduleId =
EmitLibrary
(projectId, sourceV1, generatorProject: document1.Project);
3963
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
4020
var moduleId =
EmitLibrary
(document1.Project.Id, sourceV1, generatorProject: document1.Project);
4073
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, additionalFileText: additionalSourceV1);
4123
var moduleId =
EmitLibrary
(document.Project.Id, source, generatorProject: document.Project, analyzerOptions: configV1);
4165
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project);
5084
var moduleId =
EmitLibrary
(document1.Project.Id, source1, generatorProject: document1.Project, additionalFileText: additionalFileSourceV1);
5647
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");