4 references to ProjectConfigurationChanged
Microsoft.CodeAnalysis.Workspaces (4)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (2)
20
public static readonly UnitTestingInvocationReasonsWrapper PredefinedProjectConfigurationChanged = new(PredefinedInvocationReasons.
ProjectConfigurationChanged
);
46
=> UnderlyingObject.Contains(PredefinedInvocationReasons.
ProjectConfigurationChanged
);
SolutionCrawler\InvocationReasons_Constants.cs (1)
38
PredefinedInvocationReasons.
ProjectConfigurationChanged
,
SolutionCrawler\PredefinedInvocationReasons.cs (1)
14
public const string ProjectConfigurationChanged = nameof(
ProjectConfigurationChanged
);