2 references to GetProjectModuleIdAsync
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (1)
452var (mvid, _) = await GetProjectModuleIdAsync(project, cancellationToken).ConfigureAwait(false);
EditAndContinue\EditSession.cs (1)
860var (mvid, mvidReadError) = await DebuggingSession.GetProjectModuleIdAsync(newProject, cancellationToken).ConfigureAwait(false);