4 references to With
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\WorkCoordinator.cs (2)
507
projectConfigurationChange = projectConfigurationChange.
With
(InvocationReasons.ProjectParseOptionChanged);
526
projectConfigurationChange = projectConfigurationChange.
With
(InvocationReasons.ProjectConfigurationChanged);
SolutionCrawler\WorkCoordinator.WorkItem.cs (1)
124
InvocationReasons.
With
(invocationReasons),
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (1)
37
=> new(reason.UnderlyingObject.
With
(UnderlyingObject));