3 references to SourceCodeKind
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\SourceFiles\DynamicFileInfo.cs (1)
22
/// return <see cref="
SourceCodeKind
"/> for this file
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
624
sourceCodeKind: fileInfo.
SourceCodeKind
,
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
996
return new DynamicFileInfo(filePath, fileInfo.
SourceCodeKind
, fileInfo.TextLoader, fileInfo.DesignTimeOnly, fileInfo.DocumentServiceProvider);