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