2 references to DangerousGetWrapper
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\Interop\NativeMethods.cs (2)
115return raw.sqlite3_blob_bytes(blob.DangerousGetWrapper()); 121return (Result)raw.sqlite3_blob_read(blob.DangerousGetWrapper(), bytes, offset);