1 write to ProjectId
Microsoft.CodeAnalysis.Workspaces (1)
18 references to ProjectId
Microsoft.CodeAnalysis.EditorFeatures (7)
Microsoft.CodeAnalysis.Features (9)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (8)
153Contract.ThrowIfNull(args.ProjectId);
154EnqueueFullProjectEvent(args.NewSolution, args.ProjectId, UnitTestingInvocationReasons.DocumentAdded, eventName);
159Contract.ThrowIfNull(args.ProjectId);
160EnqueueProjectChangedEvent(args.OldSolution, args.NewSolution, args.ProjectId, eventName);
164Contract.ThrowIfNull(args.ProjectId);
165EnqueueFullProjectEvent(args.OldSolution, args.ProjectId, UnitTestingInvocationReasons.DocumentRemoved, eventName);
193Contract.ThrowIfNull(args.ProjectId);
194EnqueueFullProjectEvent(args.NewSolution, args.ProjectId, UnitTestingInvocationReasons.AdditionalDocumentChanged, eventName);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.VisualStudio.LanguageServices (1)