32 references to EmitAndLoadLibraryToDebuggee
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (1)
378
var moduleId =
EmitAndLoadLibraryToDebuggee
(projectId, source1, sourceFilePath: sourceFile.Path);
Microsoft.CodeAnalysis.Features.UnitTests (31)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (31)
1100
var moduleId =
EmitAndLoadLibraryToDebuggee
(project.Id, source1, sourceFilePath: sourceFile.Path);
1155
var moduleId =
EmitAndLoadLibraryToDebuggee
(project.Id, source1, sourceFilePath: sourceFile.Path, checksumAlgorithm: SourceHashAlgorithms.Default);
1217
EmitAndLoadLibraryToDebuggee
(project.Id, sourceA, sourceFilePath: sourceFileA.Path);
1527
var moduleId =
EmitAndLoadLibraryToDebuggee
(projectId, source1, sourceFilePath: sourceFile.Path, encoding: encoding, checksumAlgorithm: SourceHashAlgorithm.Sha256);
1631
var moduleId =
EmitAndLoadLibraryToDebuggee
(document.Project.Id, source1);
1752
var moduleId =
EmitAndLoadLibraryToDebuggee
(projectId, source0, sourceFilePath: sourceFile.Path);
1795
moduleId =
EmitAndLoadLibraryToDebuggee
(projectId, source0, sourceFilePath: sourceFile.Path);
1846
var moduleId =
EmitAndLoadLibraryToDebuggee
(project.Id, source1, sourceFilePath: sourceFile.Path);
2092
var moduleId =
EmitAndLoadLibraryToDebuggee
(document.Project.Id, sourceV1);
2623
var mvidA =
EmitAndLoadLibraryToDebuggee
(projectAId, sourceA1, sourceFilePath: sourceFileA.Path, assemblyName: "A");
2624
var mvidB =
EmitAndLoadLibraryToDebuggee
(projectBId, sourceB1, sourceFilePath: sourceFileB.Path, assemblyName: "B");
2699
EmitAndLoadLibraryToDebuggee
(documentId.ProjectId, source1);
2847
EmitAndLoadLibraryToDebuggee
(project.Id, source1);
2882
EmitAndLoadLibraryToDebuggee
(document.Project.Id, sourceV1);
2972
var moduleId =
EmitAndLoadLibraryToDebuggee
(documentId.ProjectId, source1, sourceFilePath: sourceFile.Path);
3047
var moduleId =
EmitAndLoadLibraryToDebuggee
(project.Id, source1, sourceFilePath: sourceFile.Path);
3116
var moduleId =
EmitAndLoadLibraryToDebuggee
(project.Id, source1, sourceFilePath: sourceFile.Path);
3220
var moduleId =
EmitAndLoadLibraryToDebuggee
(document1.Project.Id, sourceV1);
4049
var moduleId =
EmitAndLoadLibraryToDebuggee
(document1.Project.Id, source1);
4088
EmitAndLoadLibraryToDebuggee
(project.Id, source1);
4298
var mvidA =
EmitAndLoadLibraryToDebuggee
(projectAId, source1, sourceFilePath: sourcePath, assemblyName: "A", targetFramework: TargetFramework.NetStandard20);
4301
var mvidB =
EmitAndLoadLibraryToDebuggee
(projectBId, source0, sourceFilePath: sourcePath, assemblyName: "A", targetFramework: TargetFramework.Net90);
4350
var mvidB2 =
EmitAndLoadLibraryToDebuggee
(projectBId, source2, sourceFilePath: sourcePath, assemblyName: "A", targetFramework: TargetFramework.Net90);
4398
var mvidA =
EmitAndLoadLibraryToDebuggee
(projectAId, source0, sourceFilePath: sourcePath, assemblyName: "A", targetFramework: TargetFramework.NetStandard20);
4401
var mvidB =
EmitAndLoadLibraryToDebuggee
(projectBId, source0, sourceFilePath: sourcePath, assemblyName: "A", targetFramework: TargetFramework.Net90);
5101
var moduleId =
EmitAndLoadLibraryToDebuggee
(document.Project.Id, SourceMarkers.Clear(markedSourceV1));
5220
var moduleId =
EmitAndLoadLibraryToDebuggee
(document.Project.Id, SourceMarkers.Clear(markedSource1));
5339
var moduleId =
EmitAndLoadLibraryToDebuggee
(document.Project.Id, SourceMarkers.Clear(markedSource1));
5425
var moduleId =
EmitAndLoadLibraryToDebuggee
(document.Project.Id, source);
5586
var libMvid1 =
EmitAndLoadLibraryToDebuggee
(oldProject.Id, libSource1);
5605
var libMvid2 =
EmitAndLoadLibraryToDebuggee
(oldProject.Id, libSource2);