1 instantiation of SolutionPrimaryKey
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage_SolutionSerialization.cs (1)
39
=> new
SolutionPrimaryKey
();
3 references to SolutionPrimaryKey
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\SQLitePersistentStorage_SolutionSerialization.cs (3)
33
private sealed class SolutionAccessor(SQLitePersistentStorage storage) : Accessor<SolutionKey,
SolutionPrimaryKey
>(Table.Solution,
38
protected override
SolutionPrimaryKey
? TryGetDatabaseKey(SqlConnection connection, SolutionKey key, bool allowWrite)
41
protected override void BindAccessorSpecificPrimaryKeyParameters(SqlStatement statement,
SolutionPrimaryKey
primaryKey)