47    [
RequiresUnreferencedCode(
"This method will create a copy that uses earlybound types which cannot be statically analyzed.")]
 
   61    [
RequiresUnreferencedCode(
"This method will create EarlyBoundInfo from passed in ebTypes array which cannot be statically analyzed.")]
 
   76            for (
int i = 0; i < 
num2; i++)
 
 
 
virtual void GetObjectData(SerializationInfo info, StreamingContext context)
 
void GetObjectData(XmlQueryDataWriter writer)
 
readonly XmlQueryType[] _types
 
IList< WhitespaceRule > WhitespaceRules
 
readonly XmlWriterSettings _defaultWriterSettings
 
void GetObjectData(out byte[] data, out Type[] ebTypes)
 
readonly Int32Pair[] _filters
 
XmlQueryStaticData(byte[] data, Type[] ebTypes)
 
readonly StringPair[][] _prefixMappingsList
 
XmlQueryStaticData(XmlWriterSettings defaultWriterSettings, IList< WhitespaceRule > whitespaceRules, StaticDataManager staticData)
 
readonly string[] _globalNames
 
XmlCollation[] Collations
 
readonly EarlyBoundInfo[] _earlyBound
 
XmlWriterSettings DefaultWriterSettings
 
StringPair[][] PrefixMappingsList
 
EarlyBoundInfo[] EarlyBound
 
readonly XmlCollation[] _collations
 
readonly IList< WhitespaceRule > _whitespaceRules
 
static void Serialize(BinaryWriter writer, XmlQueryType type)
 
static XmlQueryType Deserialize(BinaryReader reader)