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