1 write to Kind
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DocumentAnalysisScope.cs (1)
37
Kind
= kind;
5 references to Kind
Microsoft.CodeAnalysis.Workspaces (5)
Diagnostics\DocumentAnalysisScope.cs (2)
63
=> new(TextDocument, span, ProjectAnalyzers, HostAnalyzers,
Kind
);
66
=> new(TextDocument, Span, projectAnalyzers, hostAnalyzers,
Kind
);
Diagnostics\Extensions.cs (3)
146
var kind = documentAnalysisScope.
Kind
;
348
switch (documentAnalysisScope.
Kind
)
366
throw ExceptionUtilities.UnexpectedValue(documentAnalysisScope.
Kind
);