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