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