1 write to ProjectId
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\WorkspaceChangeEventArgs.cs (1)
73
this.
ProjectId
= projectId;
9 references to ProjectId
Microsoft.CodeAnalysis.Features (9)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (8)
181
Contract.ThrowIfNull(args.
ProjectId
);
182
EnqueueFullProjectEvent(args.NewSolution, args.
ProjectId
, UnitTestingInvocationReasons.DocumentAdded, processSourceGeneratedDocuments);
187
Contract.ThrowIfNull(args.
ProjectId
);
188
EnqueueProjectChangedEvent(args.OldSolution, args.NewSolution, args.
ProjectId
, processSourceGeneratedDocuments);
192
Contract.ThrowIfNull(args.
ProjectId
);
193
EnqueueFullProjectEvent(args.OldSolution, args.
ProjectId
, UnitTestingInvocationReasons.DocumentRemoved, processSourceGeneratedDocuments);
221
Contract.ThrowIfNull(args.
ProjectId
);
222
EnqueueFullProjectEvent(args.NewSolution, args.
ProjectId
, UnitTestingInvocationReasons.AdditionalDocumentChanged, processSourceGeneratedDocuments);
LegacySolutionEvents\IRemoteLegacySolutionEventsAggregationService.cs (1)
22
/// <param name="projectId"><inheritdoc cref="WorkspaceChangeEventArgs.
ProjectId
"/></param>