svn path=/trunk/mcs/; revision=1628
@@ -0,0 +1,10 @@
+using System;
+
+namespace System.Diagnostics.SymbolStore {
+ public interface ISymbolDocumentWriter {
+ void SetCheckSum (Guid algorithmId, byte[] checkSum);
+ void SetSource (byte[] source);
+ }
+}