7 references to EmitAndLoadLibraryToDebuggee
Microsoft.CodeAnalysis.Features.UnitTests (7)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (7)
1423
var moduleId =
EmitAndLoadLibraryToDebuggee
(document);
1481
moduleId =
EmitAndLoadLibraryToDebuggee
(solution.GetRequiredDocument(documentId));
2895
EmitAndLoadLibraryToDebuggee
(solution.GetRequiredDocument(documentAId));
2896
EmitAndLoadLibraryToDebuggee
(solution.GetRequiredDocument(documentBId));
2986
EmitAndLoadLibraryToDebuggee
(solution.GetRequiredDocument(documentAId));
2987
EmitAndLoadLibraryToDebuggee
(solution.GetRequiredDocument(documentBId));
4373
var moduleId =
EmitAndLoadLibraryToDebuggee
(document);