bla, changed name to Depth for CLSComplaint :)
diff --git a/src/ProtocolBuffers/Serialization/XmlFormatReader.cs b/src/ProtocolBuffers/Serialization/XmlFormatReader.cs
index fcd83fb..f3ca131 100644
--- a/src/ProtocolBuffers/Serialization/XmlFormatReader.cs
+++ b/src/ProtocolBuffers/Serialization/XmlFormatReader.cs
@@ -74,7 +74,7 @@
         {

             XmlFormatReader copy = new XmlFormatReader(rdr).SetOptions(Options);

             copy._rootElementName = _rootElementName;

-            copy._depth = _depth;

+            copy.Depth = Depth;

             return copy;

 

         }