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