3 references to CurrentFormatVersion
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (3)
85if ((formatVersion & ~0xff) > CurrentFormatVersion) 184Debug.Assert(formatVersion != CurrentFormatVersion || dataReader.Read() == -1, "Extra data at the end of the stream"); 197dataWriter.Write7BitEncodedInt(CurrentFormatVersion);