3 overrides of BindAccessorSpecificPrimaryKeyParameters
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\SQLitePersistentStorage_DocumentSerialization.cs (1)
42
protected override void
BindAccessorSpecificPrimaryKeyParameters
(SqlStatement statement, DocumentPrimaryKey primaryKey)
Storage\SQLite\v2\SQLitePersistentStorage_ProjectSerialization.cs (1)
40
protected override void
BindAccessorSpecificPrimaryKeyParameters
(SqlStatement statement, ProjectPrimaryKey primaryKey)
Storage\SQLite\v2\SQLitePersistentStorage_SolutionSerialization.cs (1)
41
protected override void
BindAccessorSpecificPrimaryKeyParameters
(SqlStatement statement, SolutionPrimaryKey primaryKey)
1 reference to BindAccessorSpecificPrimaryKeyParameters
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
321
BindAccessorSpecificPrimaryKeyParameters
(statement, databaseKey);