7 references to BindInt64Parameter
Microsoft.CodeAnalysis.Workspaces (7)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
324
statement.
BindInt64Parameter
(parameterIndex: _primaryKeyColumns.Length, dataNameId);
Storage\SQLite\v2\SQLitePersistentStorage_DocumentSerialization.cs (4)
46
statement.
BindInt64Parameter
(parameterIndex: 1, projectPathId);
47
statement.
BindInt64Parameter
(parameterIndex: 2, projectNameId);
48
statement.
BindInt64Parameter
(parameterIndex: 3, documentFolderId);
49
statement.
BindInt64Parameter
(parameterIndex: 4, documentNameId);
Storage\SQLite\v2\SQLitePersistentStorage_ProjectSerialization.cs (2)
42
statement.
BindInt64Parameter
(parameterIndex: 1, primaryKey.ProjectPathId);
43
statement.
BindInt64Parameter
(parameterIndex: 2, primaryKey.ProjectNameId);