1 write to Kind
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\WorkspaceChangeEventArgs.cs (1)
70this.Kind = kind;
24 references to Kind
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
1414Assert.Equal(WorkspaceChangeKind.DocumentChanged, e.Kind);
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
288if (args.Kind != WorkspaceChangeKind.ProjectChanged)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
52switch (e.Kind)
Remote\SolutionChecksumUpdater.cs (1)
150if (e.Kind == WorkspaceChangeKind.DocumentChanged)
Shared\Tagging\EventSources\TaggerEventSources.ParseOptionChangedEventSource.cs (1)
24if (e.Kind == WorkspaceChangeKind.ProjectChanged)
Microsoft.CodeAnalysis.Features (6)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
66switch (e.Kind)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
133UnitTestingSolutionCrawlerLogger.LogWorkspaceEvent(_logAggregator, args.Kind); 136switch (args.Kind) 198throw ExceptionUtilities.UnexpectedValue(args.Kind);
LegacySolutionEvents\IRemoteLegacySolutionEventsAggregationService.cs (1)
21/// <param name="kind"><inheritdoc cref="WorkspaceChangeEventArgs.Kind"/></param>
Workspace\CompileTimeSolutionProvider.cs (1)
70if (e.Kind is WorkspaceChangeKind.SolutionCleared or WorkspaceChangeKind.SolutionRemoved)
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\AbstractRefreshQueue.cs (1)
80if (e.DocumentId is not null && e.Kind is WorkspaceChangeKind.DocumentChanged)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (3)
73if (e.Kind is WorkspaceChangeKind.DocumentChanged) 78else if (e.Kind is WorkspaceChangeKind.AdditionalDocumentChanged) 86else if (e.Kind is WorkspaceChangeKind.DocumentReloaded)
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
WorkspaceTests\AdhocWorkspaceTests.cs (4)
425if (args.Kind == WorkspaceChangeKind.DocumentInfoChanged 458if (args.Kind == WorkspaceChangeKind.DocumentInfoChanged 492if (args.Kind == WorkspaceChangeKind.DocumentInfoChanged 523if (args.Kind == WorkspaceChangeKind.DocumentInfoChanged
Microsoft.VisualStudio.LanguageServices (5)
Implementation\VirtualMemoryNotificationListener.cs (1)
175if (e.Kind != WorkspaceChangeKind.SolutionAdded)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
80switch (e.Kind)
Packaging\PackageInstallerServiceFactory.cs (1)
429switch (e.Kind)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
110if (e.Kind == WorkspaceChangeKind.SolutionChanged)
ValueTracking\ValueTrackingToolWindow.cs (1)
76if (e.Kind is WorkspaceChangeKind.SolutionCleared