127 references to Interactive
PresentationFramework (1)
System\Windows\Markup\BamlReader.cs (1)
560_readState = ReadState.Interactive;
System.Private.DataContractSerialization (14)
System\Runtime\Serialization\ExtensionDataReader.cs (2)
242if (ReadState != ReadState.Interactive) 343_readState = ReadState.Interactive;
System\Xml\XmlBaseReader.cs (11)
1724if (_node.ReadState != ReadState.Interactive) 2365ReadState.Interactive, 2409ReadState.Interactive, 2424ReadState.Interactive, 2455ReadState.Interactive, 2470ReadState.Interactive, 2485ReadState.Interactive, 2500ReadState.Interactive, 2515ReadState.Interactive, 2545ReadState.Interactive, 2560ReadState.Interactive,
System\Xml\XmlDictionaryReader.cs (1)
455if (this.ReadState != ReadState.Interactive)
System.Private.Xml (86)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
48ReadState.Interactive, 49ReadState.Interactive, 50ReadState.Interactive, 51ReadState.Interactive, 52ReadState.Interactive,
System\Xml\Core\XmlCharCheckingReader.cs (4)
395if (ReadState != ReadState.Interactive) 438if (ReadState != ReadState.Interactive) 486if (ReadState != ReadState.Interactive) 533if (ReadState != ReadState.Interactive)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (4)
221if (ReadState != ReadState.Interactive) 264if (ReadState != ReadState.Interactive) 313if (ReadState != ReadState.Interactive) 367if (ReadState != ReadState.Interactive)
System\Xml\Core\XmlReader.cs (4)
624if (ReadState != ReadState.Interactive) 688if (ReadState != ReadState.Interactive) 1105if (ReadState != ReadState.Interactive) 1208if (ReadState != ReadState.Interactive)
System\Xml\Core\XmlReaderAsync.cs (3)
120return ReadState != ReadState.Interactive ? Task.CompletedTask : SkipSubtreeAsync(); 181if (ReadState != ReadState.Interactive) 264if (ReadState != ReadState.Interactive)
System\Xml\Core\XmlSubtreeReader.cs (3)
51Interactive = ReadState.Interactive, 223return ReadState.Interactive; 603reader.ReadState != ReadState.Interactive);
System\Xml\Core\XmlSubtreeReaderAsync.cs (1)
129reader.ReadState != ReadState.Interactive);
System\Xml\Core\XmlTextReaderImpl.cs (10)
1238_readState = ReadState.Interactive; 1242_readState = ReadState.Interactive; 1349if (_readState != ReadState.Interactive) 1428if (_readState != ReadState.Interactive || _curAttrIndex < 0) 1612if (_readState != ReadState.Interactive) 1659if (_readState != ReadState.Interactive) 1705if (_readState != ReadState.Interactive) 1752if (_readState != ReadState.Interactive) 1802if (_readState != ReadState.Interactive) 2032return (_readState == ReadState.Interactive) ? _reportedEncoding : null;
System\Xml\Core\XmlTextReaderImplAsync.cs (8)
179_readState = ReadState.Interactive; 272_readState = ReadState.Interactive; 310if (_readState != ReadState.Interactive) 408if (_readState != ReadState.Interactive) 464if (_readState != ReadState.Interactive) 529if (_readState != ReadState.Interactive) 585if (_readState != ReadState.Interactive) 627if (_readState != ReadState.Interactive)
System\Xml\Core\XmlValidatingReaderImpl.cs (5)
562if (_coreReader.ReadState == ReadState.Interactive) 624if (ReadState != ReadState.Interactive) 648if (ReadState != ReadState.Interactive) 672if (ReadState != ReadState.Interactive) 696if (ReadState != ReadState.Interactive)
System\Xml\Core\XmlValidatingReaderImplAsync.cs (5)
50if (_coreReader.ReadState == ReadState.Interactive) 75if (ReadState != ReadState.Interactive) 99if (ReadState != ReadState.Interactive) 123if (ReadState != ReadState.Interactive) 147if (ReadState != ReadState.Interactive)
System\Xml\Core\XsdValidatingReader.cs (5)
1462if (_coreReader.ReadState == ReadState.Interactive) 1601if (ReadState != ReadState.Interactive) 1628if (ReadState != ReadState.Interactive) 1655if (ReadState != ReadState.Interactive) 1682if (ReadState != ReadState.Interactive)
System\Xml\Core\XsdValidatingReaderAsync.cs (5)
326if (_coreReader.ReadState == ReadState.Interactive) 384if (ReadState != ReadState.Interactive) 411if (ReadState != ReadState.Interactive) 438if (ReadState != ReadState.Interactive) 465if (ReadState != ReadState.Interactive)
System\Xml\Dom\XmlLoader.cs (2)
46if (_reader.ReadState != ReadState.Interactive) 83if (reader.ReadState == ReadState.Interactive)
System\Xml\Dom\XmlNodeReader.cs (8)
1160return (_readState == ReadState.Interactive); // || readState == ReadState.EndOfFile 1523_readState = ReadState.Interactive; 1544if (_readState == ReadState.Initial || _readState == ReadState.Interactive) 1554if (_readState != ReadState.Interactive && _readState != ReadState.Initial) 1803if (_readState != ReadState.Interactive) 1827if (_readState != ReadState.Interactive) 1851if (_readState != ReadState.Interactive) 1875if (_readState != ReadState.Interactive)
System\Xml\XPath\XPathNavigator.cs (1)
2029&& readState != ReadState.Interactive)
System\Xml\XPath\XPathNavigatorReader.cs (5)
807return ReadState.Interactive; 850if (ReadState != ReadState.Interactive) 876if (ReadState != ReadState.Interactive) 902if (ReadState != ReadState.Interactive) 928if (ReadState != ReadState.Interactive)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
101if (_reader.ReadState != ReadState.Interactive) 112if (_reader.ReadState == ReadState.Interactive) 159while (_reader.ReadState == ReadState.Interactive)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (5)
310if (_state != ReadState.Interactive) 314_state = ReadState.Interactive; 435if (ReadState == ReadState.Interactive) 470if (ReadState == ReadState.Interactive) 546if (ReadState != ReadState.Interactive || NodeType != XmlNodeType.Attribute)
System.Private.Xml.Linq (10)
System\Xml\Linq\XContainer.cs (4)
833if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.InvalidOperation_ExpectedInteractive); 846if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.InvalidOperation_ExpectedInteractive); 854if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.InvalidOperation_ExpectedInteractive); 871if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.InvalidOperation_ExpectedInteractive);
System\Xml\Linq\XElement.cs (1)
2048if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.InvalidOperation_ExpectedInteractive);
System\Xml\Linq\XNode.cs (2)
430if (reader.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.InvalidOperation_ExpectedInteractive); 475if (reader.ReadState != ReadState.Interactive) throw new InvalidOperationException(SR.InvalidOperation_ExpectedInteractive);
System\Xml\Linq\XNodeReader.cs (3)
848_state = ReadState.Interactive; 855case ReadState.Interactive: 1068get { return _state == ReadState.Interactive; }
System.ServiceModel.Primitives (15)
Internals\System\Xml\XmlMtomReader.cs (15)
933if (_xmlReader.ReadState != ReadState.Interactive && _infosetReader != null) 1169return (_readState == ReadState.Interactive) ? _nodeType : _parentReader.NodeType; 1179_readState = ReadState.Interactive; 1182case ReadState.Interactive: 1237if (_readState == ReadState.Interactive) 1281if (_readState == ReadState.Interactive) 1371if (_readState != ReadState.Interactive) 1389if (_readState != ReadState.Interactive) 1501return (_readState == ReadState.Interactive) ? _parentReader.Depth + 1 : _parentReader.Depth; 1537get { return _readState == ReadState.Interactive; } 1599return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.LocalName; 1641return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.Name; 1649return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.NamespaceURI; 1662return (_readState == ReadState.Interactive) ? string.Empty : _parentReader.Prefix; 1734return (_readState == ReadState.Interactive) ? typeof(byte[]) : _parentReader.ValueType;
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
160while (reader.Depth >= 1 && reader.ReadState == ReadState.Interactive)