1 write to Result
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\Interop\SqlException.cs (1)
16this.Result = result;
2 references to Result
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
141d["Result"] = exception.Result.ToString();
Storage\SQLite\v2\SQLitePersistentStorage_StringIds.cs (1)
86if (exception.Result == Result.CONSTRAINT)