1 write to ProjectId
Microsoft.CodeAnalysis.Workspaces (1)
18 references to ProjectId
Microsoft.CodeAnalysis.EditorFeatures (5)
Microsoft.CodeAnalysis.Features (9)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (8)
181Contract.ThrowIfNull(args.ProjectId);
182EnqueueFullProjectEvent(args.NewSolution, args.ProjectId, UnitTestingInvocationReasons.DocumentAdded, processSourceGeneratedDocuments);
187Contract.ThrowIfNull(args.ProjectId);
188EnqueueProjectChangedEvent(args.OldSolution, args.NewSolution, args.ProjectId, processSourceGeneratedDocuments);
192Contract.ThrowIfNull(args.ProjectId);
193EnqueueFullProjectEvent(args.OldSolution, args.ProjectId, UnitTestingInvocationReasons.DocumentRemoved, processSourceGeneratedDocuments);
221Contract.ThrowIfNull(args.ProjectId);
222EnqueueFullProjectEvent(args.NewSolution, args.ProjectId, UnitTestingInvocationReasons.AdditionalDocumentChanged, processSourceGeneratedDocuments);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.VisualStudio.LanguageServices (1)
Microsoft.VisualStudio.LanguageServices.Implementation (2)