21 references to LoadLibraryToDebuggee
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (2)
275=> LoadLibraryToDebuggee(EmitLibrary(project, targetFramework)); 288=> LoadLibraryToDebuggee(EmitLibrary(projectId, source, sourceFilePath, language, encoding, assemblyName, pdbFormat, checksumAlgorithm, defaultEncoding, targetFramework: targetFramework));
Microsoft.CodeAnalysis.Features.UnitTests (19)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (19)
242LoadLibraryToDebuggee(EmitLibrary(projectId, [(source, sourceFilePath)], assemblyName: "dummy_proj")); 1006LoadLibraryToDebuggee(moduleId); 1055LoadLibraryToDebuggee(moduleId); 1439LoadLibraryToDebuggee(moduleId, new ManagedHotReloadAvailability(ManagedHotReloadAvailabilityStatus.NotAllowedForRuntime, "*message*")); 1486LoadLibraryToDebuggee(moduleId, new ManagedHotReloadAvailability(ManagedHotReloadAvailabilityStatus.NotAllowedForRuntime, "*message*")); 1525LoadLibraryToDebuggee(moduleId, new ManagedHotReloadAvailability(ManagedHotReloadAvailabilityStatus.NotAllowedForRuntime, "*message*")); 2043LoadLibraryToDebuggee(moduleId); 2952LoadLibraryToDebuggee(moduleId); 3403LoadLibraryToDebuggee(moduleId); 3687LoadLibraryToDebuggee(EmitLibrary(project.Id, [(sourceA1, "test1.cs"), (sourceB1, "test2.cs")])); 3916LoadLibraryToDebuggee(moduleId); 3973LoadLibraryToDebuggee(moduleId); 4031LoadLibraryToDebuggee(moduleId); 4088LoadLibraryToDebuggee(moduleId); 4141LoadLibraryToDebuggee(moduleId); 4191LoadLibraryToDebuggee(moduleId); 4233LoadLibraryToDebuggee(moduleId); 4375LoadLibraryToDebuggee(moduleIdA); 5152LoadLibraryToDebuggee(moduleId);