// Assembly: System.Xml
// Full name: System.Xml.XmlTextReaderImpl

namespace System.Xml
{
public class XmlTextReaderImpl // TypeDefIndex: 6676
{
	// Fields
	type#15322 useAsync;
	type#34938 laterInitParam;
	type#29116 xmlCharType;
	type#34953 ps;
	type#34947 parsingFunction;
	type#34947 nextParsingFunction;
	type#34947 nextNextParsingFunction;
	type#13727 nodes;
	type#34941 curNode;
	type#20868 index;
	type#20868 curAttrIndex;
	type#20868 attrCount;
	type#20868 attrHashtable;
	type#20868 attrDuplWalkCount;
	type#15314 attrNeedNamespaceLookup;
	type#15314 fullAttrCleanup;
	type#13727 attrDuplSortingArray;
	type#29189 nameTable;
	type#15314 nameTableFromSettings;
	type#29261 xmlResolver;
	type#26577 url;
	type#15314 normalize;
	type#15314 supportNamespaces;
	type#28809 whitespaceHandling;
	type#17514 dtdProcessing;
	type#17860 entityHandling;
	type#15314 ignorePIs;
	type#15314 ignoreComments;
	type#15314 checkCharacters;
	type#20868 lineNumberOffset;
	type#20868 linePositionOffset;
	type#15314 closeInput;
	type#20901 maxCharactersInDocument;
	type#20901 maxCharactersFromEntities;
	type#15314 v1Compat;
	type#29194 namespaceManager;
	type#26577 lastPrefix;
	type#34955 xmlContext;
	type#13728 parsingStatesStack;
	type#20868 parsingStatesStackTop;
	type#26577 reportedBaseUri;
	type#17812 reportedEncoding;
	type#20049 dtdInfo;
	type#29219 fragmentType;
	type#29231 fragmentParserContext;
	type#15314 fragment;
	type#20740 incReadDecoder;
	type#34932 incReadState;
	type#21982 incReadLineInfo;
	type#20868 incReadDepth;
	type#20868 incReadLeftStartPos;
	type#20868 incReadLeftEndPos;
	type#20868 attributeValueBaseEntityId;
	type#15314 emptyEntityInAttributeResolved;
	type#20616 validationEventHandling;
	type#34945 onDefaultAttributeUse;
	type#15314 validatingReaderCompatFlag;
	type#15314 addDefaultAttributesAndNormalize;
	type#26606 stringBuilder;
	type#15314 rootElementParsed;
	type#15314 standalone;
	type#20868 nextEntityId;
	type#34950 parsingMode;
	type#24989 readState;
	type#20046 lastEntity;
	type#15314 afterResetState;
	type#20868 documentStartBytePos;
	type#20868 readValueOffset;
	type#20901 charactersInDocument;
	type#20901 charactersFromEntities;
	type#4439 currentEntities;
	type#15314 disableUndeclaredEntityCheck;
	type#29249 outerReader;
	type#15314 xmlResolverIsSet;
	type#26577 Xml;
	type#26577 XmlNs;
	type#10476 parseText_dummyTask;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#29188 nt) { }
	// RVA: -1
	private type#28660 .ctor(type#29260 resolver, type#29254 settings, type#29230 context) { }
	// RVA: -1
	internal type#28660 .ctor(type#26548 input) { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 url, type#26548 input, type#29188 nt) { }
	// RVA: -1
	internal type#28660 .ctor(type#27257 input) { }
	// RVA: -1
	internal type#28660 .ctor(type#27257 input, type#29188 nt) { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 url, type#27257 input, type#29188 nt) { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 xmlFragment, type#29218 fragType, type#29230 context) { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 xmlFragment, type#29230 context) { }
	// RVA: -1
	private type#28660 FinishInitUriString() { }
	// RVA: -1
	internal type#28660 .ctor(type#26548 stream, type#12860 bytes, type#20867 byteCount, type#29254 settings, type#28203 baseUri, type#26576 baseUriStr, type#29230 context, type#15313 closeInput) { }
	// RVA: -1
	private type#28660 FinishInitStream() { }
	// RVA: -1
	internal type#28660 .ctor(type#27257 input, type#29254 settings, type#26576 baseUriStr, type#29230 context) { }
	// RVA: -1
	private type#28660 FinishInitTextReader() { }
	// RVA: -1
	internal type#28660 .ctor(type#26576 xmlFragment, type#29230 context, type#29254 settings) { }
	// RVA: -1
	public virtual type#29254 get_Settings() { }
	// RVA: -1
	public virtual type#29218 get_NodeType() { }
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	public virtual type#26576 get_LocalName() { }
	// RVA: -1
	public virtual type#26576 get_NamespaceURI() { }
	// RVA: -1
	public virtual type#26576 get_Prefix() { }
	// RVA: -1
	public virtual type#26576 get_Value() { }
	// RVA: -1
	public virtual type#20867 get_Depth() { }
	// RVA: -1
	public virtual type#26576 get_BaseURI() { }
	// RVA: -1
	public virtual type#15313 get_IsEmptyElement() { }
	// RVA: -1
	public virtual type#15313 get_IsDefault() { }
	// RVA: -1
	public virtual type#15837 get_QuoteChar() { }
	// RVA: -1
	public virtual type#29465 get_XmlSpace() { }
	// RVA: -1
	public virtual type#26576 get_XmlLang() { }
	// RVA: -1
	public virtual type#24988 get_ReadState() { }
	// RVA: -1
	public virtual type#15313 get_EOF() { }
	// RVA: -1
	public virtual type#29188 get_NameTable() { }
	// RVA: -1
	public virtual type#15313 get_CanResolveEntity() { }
	// RVA: -1
	public virtual type#20867 get_AttributeCount() { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#26576 name) { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#26576 localName, type#26576 namespaceURI) { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#20867 i) { }
	// RVA: -1
	public virtual type#15313 MoveToAttribute(type#26576 name) { }
	// RVA: -1
	public virtual type#28660 MoveToAttribute(type#20867 i) { }
	// RVA: -1
	public virtual type#15313 MoveToFirstAttribute() { }
	// RVA: -1
	public virtual type#15313 MoveToNextAttribute() { }
	// RVA: -1
	public virtual type#15313 MoveToElement() { }
	// RVA: -1
	private type#28660 FinishInit() { }
	// RVA: -1
	public virtual type#15313 Read() { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	public virtual type#28660 Skip() { }
	// RVA: -1
	public virtual type#26576 LookupNamespace(type#26576 prefix) { }
	// RVA: -1
	public virtual type#15313 ReadAttributeValue() { }
	// RVA: -1
	public virtual type#28660 ResolveEntity() { }
	// RVA: -1
	internal type#28660 set_OuterReader(type#29248 value) { }
	// RVA: -1
	internal type#28660 MoveOffEntityReference() { }
	// RVA: -1
	public virtual type#26576 ReadString() { }
	// RVA: -1
	public virtual type#15313 get_CanReadValueChunk() { }
	// RVA: -1
	public virtual type#20867 ReadValueChunk(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#15313 HasLineInfo() { }
	// RVA: -1
	public virtual type#20867 get_LineNumber() { }
	// RVA: -1
	public virtual type#20867 get_LinePosition() { }
	// RVA: -1
	private virtual type#6401 System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(type#29195 scope) { }
	// RVA: -1
	private virtual type#26576 System.Xml.IXmlNamespaceResolver.LookupNamespace(type#26576 prefix) { }
	// RVA: -1
	private virtual type#26576 System.Xml.IXmlNamespaceResolver.LookupPrefix(type#26576 namespaceName) { }
	// RVA: -1
	internal type#6401 GetNamespacesInScope(type#29195 scope) { }
	// RVA: -1
	internal type#26576 LookupPrefix(type#26576 namespaceName) { }
	// RVA: -1
	internal type#15313 get_Namespaces() { }
	// RVA: -1
	internal type#28660 set_Namespaces(type#15313 value) { }
	// RVA: -1
	internal type#15313 get_Normalization() { }
	// RVA: -1
	internal type#28660 set_Normalization(type#15313 value) { }
	// RVA: -1
	internal type#28660 set_WhitespaceHandling(type#28808 value) { }
	// RVA: -1
	internal type#28660 set_EntityHandling(type#17859 value) { }
	// RVA: -1
	internal type#15313 get_IsResolverSet() { }
	// RVA: -1
	internal type#28660 set_XmlResolver(type#29260 value) { }
	// RVA: -1
	internal type#29188 get_DtdParserProxy_NameTable() { }
	// RVA: -1
	internal type#20681 get_DtdParserProxy_NamespaceResolver() { }
	// RVA: -1
	internal type#15313 get_DtdParserProxy_DtdValidation() { }
	// RVA: -1
	internal type#15313 get_DtdParserProxy_Normalization() { }
	// RVA: -1
	internal type#15313 get_DtdParserProxy_Namespaces() { }
	// RVA: -1
	internal type#15313 get_DtdParserProxy_V1CompatibilityMode() { }
	// RVA: -1
	internal type#28203 get_DtdParserProxy_BaseUri() { }
	// RVA: -1
	internal type#15313 get_DtdParserProxy_IsEof() { }
	// RVA: -1
	internal type#12899 get_DtdParserProxy_ParsingBuffer() { }
	// RVA: -1
	internal type#20867 get_DtdParserProxy_ParsingBufferLength() { }
	// RVA: -1
	internal type#20867 get_DtdParserProxy_CurrentPosition() { }
	// RVA: -1
	internal type#28660 set_DtdParserProxy_CurrentPosition(type#20867 value) { }
	// RVA: -1
	internal type#20867 get_DtdParserProxy_EntityStackLength() { }
	// RVA: -1
	internal type#15313 get_DtdParserProxy_IsEntityEolNormalized() { }
	// RVA: -1
	internal type#20615 get_DtdParserProxy_ValidationEventHandling() { }
	// RVA: -1
	internal type#28660 DtdParserProxy_OnNewLine(type#20867 pos) { }
	// RVA: -1
	internal type#20867 get_DtdParserProxy_LineNo() { }
	// RVA: -1
	internal type#20867 get_DtdParserProxy_LineStartPosition() { }
	// RVA: -1
	internal type#20867 DtdParserProxy_ReadData() { }
	// RVA: -1
	internal type#20867 DtdParserProxy_ParseNumericCharRef(type#26605 internalSubsetBuilder) { }
	// RVA: -1
	internal type#20867 DtdParserProxy_ParseNamedCharRef(type#15313 expand, type#26605 internalSubsetBuilder) { }
	// RVA: -1
	internal type#28660 DtdParserProxy_ParsePI(type#26605 sb) { }
	// RVA: -1
	internal type#28660 DtdParserProxy_ParseComment(type#26605 sb) { }
	// RVA: -1
	private type#15313 get_IsResolverNull() { }
	// RVA: -1
	private type#29260 GetTempResolver() { }
	// RVA: -1
	internal type#15313 DtdParserProxy_PushEntity(type#20045 entity, type#11944 entityId) { }
	// RVA: -1
	internal type#15313 DtdParserProxy_PopEntity(type#11921 oldEntity, type#11944 newEntityId) { }
	// RVA: -1
	internal type#15313 DtdParserProxy_PushExternalSubset(type#26576 systemId, type#26576 publicId) { }
	// RVA: -1
	internal type#28660 DtdParserProxy_PushInternalDtd(type#26576 baseUri, type#26576 internalDtd) { }
	// RVA: -1
	internal type#28660 DtdParserProxy_Throw(type#18121 e) { }
	// RVA: -1
	internal type#28660 DtdParserProxy_OnSystemId(type#26576 systemId, type#21981 keywordLineInfo, type#21981 systemLiteralLineInfo) { }
	// RVA: -1
	internal type#28660 DtdParserProxy_OnPublicId(type#26576 publicId, type#21981 keywordLineInfo, type#21981 publicLiteralLineInfo) { }
	// RVA: -1
	private type#28660 Throw(type#20867 pos, type#26576 res, type#26576 arg) { }
	// RVA: -1
	private type#28660 Throw(type#20867 pos, type#26576 res, type#13453 args) { }
	// RVA: -1
	private type#28660 Throw(type#20867 pos, type#26576 res) { }
	// RVA: -1
	private type#28660 Throw(type#26576 res) { }
	// RVA: -1
	private type#28660 Throw(type#26576 res, type#20867 lineNo, type#20867 linePos) { }
	// RVA: -1
	private type#28660 Throw(type#26576 res, type#26576 arg) { }
	// RVA: -1
	private type#28660 Throw(type#26576 res, type#26576 arg, type#20867 lineNo, type#20867 linePos) { }
	// RVA: -1
	private type#28660 Throw(type#26576 res, type#13453 args) { }
	// RVA: -1
	private type#28660 Throw(type#26576 res, type#26576 arg, type#18121 innerException) { }
	// RVA: -1
	private type#28660 Throw(type#26576 res, type#13453 args, type#18121 innerException) { }
	// RVA: -1
	private type#28660 Throw(type#18121 e) { }
	// RVA: -1
	private type#28660 ReThrow(type#18121 e, type#20867 lineNo, type#20867 linePos) { }
	// RVA: -1
	private type#28660 ThrowWithoutLineInfo(type#26576 res) { }
	// RVA: -1
	private type#28660 ThrowWithoutLineInfo(type#26576 res, type#26576 arg) { }
	// RVA: -1
	private type#28660 ThrowWithoutLineInfo(type#26576 res, type#13453 args, type#18121 innerException) { }
	// RVA: -1
	private type#28660 ThrowInvalidChar(type#12899 data, type#20867 length, type#20867 invCharPos) { }
	// RVA: -1
	private type#28660 SetErrorState() { }
	// RVA: -1
	private type#28660 SendValidationEvent(type#29461 severity, type#26576 code, type#26576 arg, type#20867 lineNo, type#20867 linePos) { }
	// RVA: -1
	private type#28660 SendValidationEvent(type#29461 severity, type#29331 exception) { }
	// RVA: -1
	private type#15313 get_InAttributeValueIterator() { }
	// RVA: -1
	private type#28660 FinishAttributeValueIterator() { }
	// RVA: -1
	private type#15313 get_DtdValidation() { }
	// RVA: -1
	private type#28660 InitStreamInput(type#26548 stream, type#17811 encoding) { }
	// RVA: -1
	private type#28660 InitStreamInput(type#26576 baseUriStr, type#26548 stream, type#17811 encoding) { }
	// RVA: -1
	private type#28660 InitStreamInput(type#28203 baseUri, type#26548 stream, type#17811 encoding) { }
	// RVA: -1
	private type#28660 InitStreamInput(type#28203 baseUri, type#26576 baseUriStr, type#26548 stream, type#17811 encoding) { }
	// RVA: -1
	private type#28660 InitStreamInput(type#28203 baseUri, type#26576 baseUriStr, type#26548 stream, type#12860 bytes, type#20867 byteCount, type#17811 encoding) { }
	// RVA: -1
	private type#28660 InitTextReaderInput(type#26576 baseUriStr, type#27257 input) { }
	// RVA: -1
	private type#28660 InitTextReaderInput(type#26576 baseUriStr, type#28203 baseUri, type#27257 input) { }
	// RVA: -1
	private type#28660 InitStringInput(type#26576 baseUriStr, type#17811 originalEncoding, type#26576 str) { }
	// RVA: -1
	private type#28660 InitFragmentReader(type#29218 fragmentType, type#29230 parserContext, type#15313 allowXmlDeclFragment) { }
	// RVA: -1
	private type#28660 ProcessDtdFromParserContext(type#29230 context) { }
	// RVA: -1
	private type#28660 OpenUrl() { }
	// RVA: -1
	private type#28660 OpenUrlDelegate(type#23705 xmlResolver) { }
	// RVA: -1
	private type#17811 DetectEncoding() { }
	// RVA: -1
	private type#28660 SetupEncoding(type#17811 encoding) { }
	// RVA: -1
	private type#28660 SwitchEncoding(type#17811 newEncoding) { }
	// RVA: -1
	private type#17811 CheckEncoding(type#26576 newEncodingName) { }
	// RVA: -1
	private type#28660 UnDecodeChars() { }
	// RVA: -1
	private type#28660 SwitchEncodingToUTF8() { }
	// RVA: -1
	private type#20867 ReadData() { }
	// RVA: -1
	private type#20867 GetChars(type#20867 maxCharsCount) { }
	// RVA: -1
	private type#28660 InvalidCharRecovery(type#11942 bytesCount, type#11944 charsCount) { }
	// RVA: -1
	internal type#28660 Close(type#15313 closeInput) { }
	// RVA: -1
	private type#28660 ShiftBuffer(type#20867 sourcePos, type#20867 destPos, type#20867 count) { }
	// RVA: -1
	private type#15313 ParseXmlDeclaration(type#15313 isTextDecl) { }
	// RVA: -1
	private type#15313 ParseDocumentContent() { }
	// RVA: -1
	private type#15313 ParseElementContent() { }
	// RVA: -1
	private type#28660 ThrowUnclosedElements() { }
	// RVA: -1
	private type#28660 ParseElement() { }
	// RVA: -1
	private type#28660 AddDefaultAttributesAndNormalize() { }
	// RVA: -1
	private type#28660 ParseEndElement() { }
	// RVA: -1
	private type#28660 ThrowTagMismatch(type#34940 startTag) { }
	// RVA: -1
	private type#28660 ParseAttributes() { }
	// RVA: -1
	private type#28660 ElementNamespaceLookup() { }
	// RVA: -1
	private type#28660 AttributeNamespaceLookup() { }
	// RVA: -1
	private type#28660 AttributeDuplCheck() { }
	// RVA: -1
	private type#28660 OnDefaultNamespaceDecl(type#34940 attr) { }
	// RVA: -1
	private type#28660 OnNamespaceDecl(type#34940 attr) { }
	// RVA: -1
	private type#28660 OnXmlReservedAttribute(type#34940 attr) { }
	// RVA: -1
	private type#28660 ParseAttributeValueSlow(type#20867 curPos, type#15837 quoteChar, type#34940 attr) { }
	// RVA: -1
	private type#28660 AddAttributeChunkToList(type#34940 attr, type#34940 chunk, type#12338 lastChunk) { }
	// RVA: -1
	private type#15313 ParseText() { }
	// RVA: -1
	private type#15313 ParseText(type#11944 startPos, type#11944 endPos, type#11942 outOrChars) { }
	// RVA: -1
	private type#28660 FinishPartialValue() { }
	// RVA: -1
	private type#28660 FinishOtherValueIterator() { }
	// RVA: -1
	private type#28660 SkipPartialTextValue() { }
	// RVA: -1
	private type#28660 FinishReadValueChunk() { }
	// RVA: -1
	private type#28660 FinishReadContentAsBinary() { }
	// RVA: -1
	private type#28660 FinishReadElementContentAsBinary() { }
	// RVA: -1
	private type#15313 ParseRootLevelWhitespace() { }
	// RVA: -1
	private type#28660 ParseEntityReference() { }
	// RVA: -1
	private type#34929 HandleEntityReference(type#15313 isInAttributeValue, type#34927 expandType, type#11944 charRefEndPos) { }
	// RVA: -1
	private type#34929 HandleGeneralEntityReference(type#26576 name, type#15313 isInAttributeValue, type#15313 pushFakeEntityIfNullResolver, type#20867 entityStartLinePos) { }
	// RVA: -1
	private type#15313 get_InEntity() { }
	// RVA: -1
	private type#15313 HandleEntityEnd(type#15313 checkEntityNesting) { }
	// RVA: -1
	private type#28660 SetupEndEntityNodeInContent() { }
	// RVA: -1
	private type#28660 SetupEndEntityNodeInAttribute() { }
	// RVA: -1
	private type#15313 ParsePI() { }
	// RVA: -1
	private type#15313 ParsePI(type#26605 piInDtdStringBuilder) { }
	// RVA: -1
	private type#15313 ParsePIValue(type#11944 outStartPos, type#11944 outEndPos) { }
	// RVA: -1
	private type#15313 ParseComment() { }
	// RVA: -1
	private type#28660 ParseCData() { }
	// RVA: -1
	private type#28660 ParseCDataOrComment(type#29218 type) { }
	// RVA: -1
	private type#15313 ParseCDataOrComment(type#29218 type, type#11944 outStartPos, type#11944 outEndPos) { }
	// RVA: -1
	private type#15313 ParseDoctypeDecl() { }
	// RVA: -1
	private type#28660 ParseDtd() { }
	// RVA: -1
	private type#28660 SkipDtd() { }
	// RVA: -1
	private type#28660 SkipPublicOrSystemIdLiteral() { }
	// RVA: -1
	private type#28660 SkipUntil(type#15837 stopChar, type#15313 recognizeLiterals) { }
	// RVA: -1
	private type#20867 EatWhitespaces(type#26605 sb) { }
	// RVA: -1
	private type#20867 ParseCharRefInline(type#20867 startPos, type#11944 charCount, type#12337 entityType) { }
	// RVA: -1
	private type#20867 ParseNumericCharRef(type#15313 expand, type#26605 internalSubsetBuilder, type#12337 entityType) { }
	// RVA: -1
	private type#20867 ParseNumericCharRefInline(type#20867 startPos, type#15313 expand, type#26605 internalSubsetBuilder, type#11944 charCount, type#12337 entityType) { }
	// RVA: -1
	private type#20867 ParseNamedCharRef(type#15313 expand, type#26605 internalSubsetBuilder) { }
	// RVA: -1
	private type#20867 ParseNamedCharRefInline(type#20867 startPos, type#15313 expand, type#26605 internalSubsetBuilder) { }
	// RVA: -1
	private type#20867 ParseName() { }
	// RVA: -1
	private type#20867 ParseQName(type#11944 colonPos) { }
	// RVA: -1
	private type#20867 ParseQName(type#15313 isQName, type#20867 startOffset, type#11944 colonPos) { }
	// RVA: -1
	private type#15313 ReadDataInName(type#11942 pos) { }
	// RVA: -1
	private type#26576 ParseEntityName() { }
	// RVA: -1
	private type#34940 AddNode(type#20867 nodeIndex, type#20867 nodeDepth) { }
	// RVA: -1
	private type#34940 AllocNode(type#20867 nodeIndex, type#20867 nodeDepth) { }
	// RVA: -1
	private type#34940 AddAttributeNoChecks(type#26576 name, type#20867 attrDepth) { }
	// RVA: -1
	private type#34940 AddAttribute(type#20867 endNamePos, type#20867 colonPos) { }
	// RVA: -1
	private type#34940 AddAttribute(type#26576 localName, type#26576 prefix, type#26576 nameWPrefix) { }
	// RVA: -1
	private type#28660 PopElementContext() { }
	// RVA: -1
	private type#28660 OnNewLine(type#20867 pos) { }
	// RVA: -1
	private type#28660 OnEof() { }
	// RVA: -1
	private type#26576 LookupNamespace(type#34940 node) { }
	// RVA: -1
	private type#28660 AddNamespace(type#26576 prefix, type#26576 uri, type#34940 attr) { }
	// RVA: -1
	private type#28660 ResetAttributes() { }
	// RVA: -1
	private type#28660 FullAttributeCleanup() { }
	// RVA: -1
	private type#28660 PushXmlContext() { }
	// RVA: -1
	private type#28660 PopXmlContext() { }
	// RVA: -1
	private type#29218 GetWhitespaceType() { }
	// RVA: -1
	private type#29218 GetTextNodeType(type#20867 orChars) { }
	// RVA: -1
	private type#28660 PushExternalEntityOrSubset(type#26576 publicId, type#26576 systemId, type#28203 baseUri, type#26576 entityName) { }
	// RVA: -1
	private type#15313 OpenAndPush(type#28203 uri) { }
	// RVA: -1
	private type#15313 PushExternalEntity(type#20045 entity) { }
	// RVA: -1
	private type#28660 PushInternalEntity(type#20045 entity) { }
	// RVA: -1
	private type#28660 PopEntity() { }
	// RVA: -1
	private type#28660 RegisterEntity(type#20045 entity) { }
	// RVA: -1
	private type#28660 UnregisterEntity() { }
	// RVA: -1
	private type#28660 PushParsingState() { }
	// RVA: -1
	private type#28660 PopParsingState() { }
	// RVA: -1
	private type#20867 IncrementalRead() { }
	// RVA: -1
	private type#28660 FinishIncrementalRead() { }
	// RVA: -1
	private type#15313 ParseFragmentAttribute() { }
	// RVA: -1
	private type#15313 ParseAttributeValueChunk() { }
	// RVA: -1
	private type#28660 ParseXmlDeclarationFragment() { }
	// RVA: -1
	private type#28660 ThrowUnexpectedToken(type#20867 pos, type#26576 expectedToken) { }
	// RVA: -1
	private type#28660 ThrowUnexpectedToken(type#26576 expectedToken1) { }
	// RVA: -1
	private type#28660 ThrowUnexpectedToken(type#20867 pos, type#26576 expectedToken1, type#26576 expectedToken2) { }
	// RVA: -1
	private type#28660 ThrowUnexpectedToken(type#26576 expectedToken1, type#26576 expectedToken2) { }
	// RVA: -1
	private type#26576 ParseUnexpectedToken(type#20867 pos) { }
	// RVA: -1
	private type#26576 ParseUnexpectedToken() { }
	// RVA: -1
	private type#28660 ThrowExpectingWhitespace(type#20867 pos) { }
	// RVA: -1
	private type#20867 GetIndexOfAttributeWithoutPrefix(type#26576 name) { }
	// RVA: -1
	private type#20867 GetIndexOfAttributeWithPrefix(type#26576 name) { }
	// RVA: -1
	private type#15313 ZeroEndingStream(type#20867 pos) { }
	// RVA: -1
	private type#28660 ParseDtdFromParserContext() { }
	// RVA: -1
	private type#15313 MoveToNextContentNode(type#15313 moveIfOnContentNode) { }
	// RVA: -1
	private type#28660 SetupFromParserContext(type#29230 context, type#29254 settings) { }
	// RVA: -1
	internal virtual type#20048 get_DtdInfo() { }
	// RVA: -1
	internal type#28660 SetDtdInfo(type#20048 newDtdInfo) { }
	// RVA: -1
	internal type#28660 set_ValidationEventHandling(type#20615 value) { }
	// RVA: -1
	internal type#28660 set_OnDefaultAttributeUse(type#34944 value) { }
	// RVA: -1
	internal type#28660 set_XmlValidatingReaderCompatibilityMode(type#15313 value) { }
	// RVA: -1
	internal type#29218 get_FragmentType() { }
	// RVA: -1
	internal type#28660 ChangeCurrentNodeType(type#29218 newNodeType) { }
	// RVA: -1
	internal type#29260 GetResolver() { }
	// RVA: -1
	internal type#28660 set_InternalSchemaType(type#23705 value) { }
	// RVA: -1
	internal type#23705 get_InternalTypedValue() { }
	// RVA: -1
	internal type#28660 set_InternalTypedValue(type#23705 value) { }
	// RVA: -1
	internal type#15313 get_StandAlone() { }
	// RVA: -1
	internal virtual type#29193 get_NamespaceManager() { }
	// RVA: -1
	internal type#15313 get_V1Compat() { }
	// RVA: -1
	private type#15313 AddDefaultAttributeDtd(type#20044 defAttrInfo, type#15313 definedInDtd, type#13726 nameSortedNodeData) { }
	// RVA: -1
	internal type#15313 AddDefaultAttributeNonDtd(type#25626 attrDef) { }
	// RVA: -1
	private type#34940 AddDefaultAttributeInternal(type#26576 localName, type#26576 ns, type#26576 prefix, type#26576 value, type#20867 lineNo, type#20867 linePos, type#20867 valueLineNo, type#20867 valueLinePos, type#15313 isXmlAttribute) { }
	// RVA: -1
	internal type#28660 set_DisableUndeclaredEntityCheck(type#15313 value) { }
	// RVA: -1
	private type#15313 UriEqual(type#28203 uri1, type#26576 uri1Str, type#26576 uri2Str, type#29260 resolver) { }
	// RVA: -1
	private type#28660 RegisterConsumedCharacters(type#20900 characters, type#15313 inEntityReference) { }
	// RVA: -1
	internal static type#26576 StripSpaces(type#26576 value) { }
	// RVA: -1
	internal static type#28660 StripSpaces(type#12899 value, type#20867 index, type#11942 len) { }
	// RVA: -1
	internal static type#28660 BlockCopyChars(type#12899 src, type#20867 srcOffset, type#12899 dst, type#20867 dstOffset, type#20867 count) { }
	// RVA: -1
	internal static type#28660 BlockCopy(type#12860 src, type#20867 srcOffset, type#12860 dst, type#20867 dstOffset, type#20867 count) { }
}
}
