3 references to DocumentDataTableName
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\Interop\SqlConnection.cs (1)
43private static readonly byte[] s_documentTableNameWithTrailingZero = GetUtf8BytesWithTrailingZero(DocumentDataTableName);
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
104Table.Document => DocumentDataTableName,
Storage\SQLite\v2\SQLitePersistentStorage_DocumentSerialization.cs (1)
30/// retrieving data from <see cref="DocumentDataTableName"/>.