28 references to PredefinedInvocationReasons
Microsoft.CodeAnalysis.Workspaces (28)
SolutionCrawler\InvocationReasons_Constants.cs (28)
16PredefinedInvocationReasons.DocumentAdded,
17PredefinedInvocationReasons.SyntaxChanged,
18PredefinedInvocationReasons.SemanticChanged));
23PredefinedInvocationReasons.DocumentRemoved,
24PredefinedInvocationReasons.SyntaxChanged,
25PredefinedInvocationReasons.SemanticChanged,
26PredefinedInvocationReasons.HighPriority));
31PredefinedInvocationReasons.ProjectParseOptionsChanged,
32PredefinedInvocationReasons.SyntaxChanged,
33PredefinedInvocationReasons.SemanticChanged));
38PredefinedInvocationReasons.ProjectConfigurationChanged,
39PredefinedInvocationReasons.SyntaxChanged,
40PredefinedInvocationReasons.SemanticChanged));
45PredefinedInvocationReasons.SolutionRemoved,
46PredefinedInvocationReasons.DocumentRemoved));
51PredefinedInvocationReasons.DocumentOpened,
52PredefinedInvocationReasons.HighPriority));
57PredefinedInvocationReasons.DocumentClosed,
58PredefinedInvocationReasons.HighPriority));
63PredefinedInvocationReasons.SyntaxChanged,
64PredefinedInvocationReasons.SemanticChanged));
69PredefinedInvocationReasons.SyntaxChanged,
70PredefinedInvocationReasons.SemanticChanged));
75PredefinedInvocationReasons.SyntaxChanged));
80PredefinedInvocationReasons.SemanticChanged));
83new(PredefinedInvocationReasons.Reanalyze);
86Reanalyze.With(PredefinedInvocationReasons.HighPriority);
89new(PredefinedInvocationReasons.ActiveDocumentSwitched);