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