6 references to TryGetStringId
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (2)
180
Storage.
TryGetStringId
(connection, name, allowWrite: false) is int dataNameId)
237
Storage.
TryGetStringId
(connection, dataName, allowWrite: true) is int dataNameId)
Storage\SQLite\v2\SQLitePersistentStorage_DocumentIds.cs (2)
39
TryGetStringId
(connection, documentFolder, allowWrite) is not int documentFolderId ||
40
TryGetStringId
(connection, documentKey.Name, allowWrite) is not int documentNameId)
Storage\SQLite\v2\SQLitePersistentStorage_ProjectIds.cs (2)
40
if (
TryGetStringId
(connection, projectPath, allowWrite) is not int projectPathId ||
41
TryGetStringId
(connection, projectKey.Name, allowWrite) is not int projectNameId)