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