3 references to Reset
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\Interop\ResettableSqlStatement.cs (2)
11/// bindings cleared (<see cref="SqlStatement.ClearBindings"/>) and is <see cref="SqlStatement.Reset"/> after it is 37Statement.Reset();
Storage\SQLite\v2\Interop\SqlStatement.cs (1)
21/// When done executing a statement, the statement should be <see cref="Reset"/>.