4 references to DocumentAttributes
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\DocumentInfo.cs (3)
88
new
DocumentAttributes
(
236
return new
DocumentAttributes
(newId, newName, newFolders, newSourceCodeKind, newFilePath, newIsGenerated, newDesignTimeOnly);
270
return new
DocumentAttributes
(documentId, name, folders, sourceCodeKind, filePath, isGenerated, designTimeOnly);
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
37
new DocumentInfo.
DocumentAttributes
(