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")); 965LoadLibraryToDebuggee(moduleId); 1014LoadLibraryToDebuggee(moduleId); 1396LoadLibraryToDebuggee(moduleId, new ManagedHotReloadAvailability(ManagedHotReloadAvailabilityStatus.NotAllowedForRuntime, "*message*")); 1443LoadLibraryToDebuggee(moduleId, new ManagedHotReloadAvailability(ManagedHotReloadAvailabilityStatus.NotAllowedForRuntime, "*message*")); 1482LoadLibraryToDebuggee(moduleId, new ManagedHotReloadAvailability(ManagedHotReloadAvailabilityStatus.NotAllowedForRuntime, "*message*")); 2000LoadLibraryToDebuggee(moduleId); 2909LoadLibraryToDebuggee(moduleId); 3336LoadLibraryToDebuggee(moduleId); 3620LoadLibraryToDebuggee(EmitLibrary(project.Id, [(sourceA1, "test1.cs"), (sourceB1, "test2.cs")])); 3849LoadLibraryToDebuggee(moduleId); 3906LoadLibraryToDebuggee(moduleId); 3964LoadLibraryToDebuggee(moduleId); 4021LoadLibraryToDebuggee(moduleId); 4074LoadLibraryToDebuggee(moduleId); 4124LoadLibraryToDebuggee(moduleId); 4166LoadLibraryToDebuggee(moduleId); 4308LoadLibraryToDebuggee(moduleIdA); 5085LoadLibraryToDebuggee(moduleId);