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