29 overrides of Depth
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
64
public override int
Depth
{ get { return _reader.Depth; } }
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
59
public override int
Depth
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2902
public override int
Depth
{
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
88
public override int
Depth
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
119
public override int
Depth
{
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
99
public override int
Depth
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
70
public override int
Depth
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
67
public override int
Depth
System.Runtime.Serialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
126
public override int
Depth
{ get { return IsXmlDataNode ? xmlNodeReader.Depth : depth; } }
System\Runtime\Serialization\XmlSerializableReader.cs (1)
77
public override int
Depth
{ get { return InnerReader.Depth; } }
System\Xml\XmlBaseReader.cs (1)
515
public sealed override int
Depth
System\Xml\XmlDictionaryReader.cs (1)
1389
public override int
Depth
System\Xml\XmlMtomReader.cs (2)
507
public override int
Depth
1446
public override int
Depth
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
57
public override int
Depth
System.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
485
public override int
Depth
{
System\Xml\Core\XmlAsyncCheckReader.cs (1)
124
public override int
Depth
{
System\Xml\Core\XmlTextReader.cs (1)
136
public override int
Depth
{
System\Xml\Core\XmlTextReaderImpl.cs (1)
920
public override int
Depth
{
System\Xml\Core\XmlValidatingReader.cs (1)
80
public override int
Depth
{
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
307
public override int
Depth
{
System\Xml\Core\XmlWrappingReader.cs (1)
45
public override int
Depth
{ get { return reader.Depth; } }
System\Xml\Core\XsdCachingReader.cs (1)
154
public override int
Depth
{
System\Xml\Core\XsdValidatingReader.cs (1)
290
public override int
Depth
{
System\Xml\Dom\XmlNodeReader.cs (1)
1056
public override int
Depth
{
System\Xml\Serialization\XmlCountingReader.cs (1)
41
public override int
Depth
{ get { return innerReader.Depth; } }
System\Xml\XPath\XPathNavigatorReader.cs (1)
830
public override int
Depth
{
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8126
public override int
Depth
{
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
64
public override int
Depth
{ get { return _reader.Depth; } }
268 references to Depth
PresentationBuildTasks (38)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (3)
233
int elementDepth = Reader.
Depth
;
321
int elementDepth = Reader.
Depth
;
691
return Reader.
Depth
- _depthOffset;
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
64
public override int Depth { get { return _reader.
Depth
; } }
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
526
else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.IsCompilingEntryPointClass && xmlReader.
Depth
> 0)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
93
_startingDepth = TokenReader.XmlReader.
Depth
;
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
80
_startingDepth = TokenReader.XmlReader.
Depth
;
Framework\System\Windows\Markup\XamlReaderHelper.cs (31)
551
AddNodeToCollection(new XamlDocumentEndNode(LineNumber, LinePosition, XmlReader.
Depth
));
620
AddNodeToCollection(new XamlUnknownTagEndNode(LineNumber, LinePosition, XmlReader.
Depth
,
651
int depth = XmlReader.
Depth
;
736
XamlPropertyComplexEndNode(LineNumber, LinePosition, XmlReader.
Depth
));
762
LineNumber, LinePosition, XmlReader.
Depth
, propertyMember,
779
LineNumber, LinePosition, XmlReader.
Depth
, propertyMember,
830
XmlReader.
Depth
,
857
LineNumber, LinePosition, XmlReader.
Depth
, propertyMember,
892
LineNumber, LinePosition, XmlReader.
Depth
, propertyMember,
931
AddNodeToCollection(new XamlXmlnsPropertyNode(LineNumber, LinePosition, XmlReader.
Depth
,
940
AddNodeToCollection(new XamlPIMappingNode(LineNumber, LinePosition, XmlReader.
Depth
,
950
AddNodeToCollection(new XamlClrEventNode(LineNumber, LinePosition, XmlReader.
Depth
,
975
new XamlPropertyArrayEndNode(LineNumber, LinePosition, XmlReader.
Depth
));
1000
new XamlPropertyIListEndNode(LineNumber, LinePosition, XmlReader.
Depth
));
1025
new XamlPropertyIDictionaryEndNode(LineNumber, LinePosition, XmlReader.
Depth
));
1045
new XamlDefTagNode(LineNumber, LinePosition, XmlReader.
Depth
,
1063
AddNodeToCollection(new XamlDefAttributeNode(LineNumber, LinePosition, XmlReader.
Depth
,
1072
AddNodeToCollection(new XamlPresentationOptionsAttributeNode(LineNumber, LinePosition, XmlReader.
Depth
,
1085
AddNodeToCollection(new XamlDefAttributeKeyTypeNode(LineNumber, LinePosition, XmlReader.
Depth
,
2951
ArrayList xamlNodes = _extensionParser.CompileDictionaryKeys(complexDefAttributesList, XmlReader.
Depth
);
2963
ArrayList xamlNodes = _extensionParser.CompileAttributes(markupExtensionList, XmlReader.
Depth
);
3578
int depth = XmlReader.
Depth
;
4614
int depth = XmlReader.
Depth
;
4694
WriteText(textValue, null, XmlReader.
Depth
); // Text for IAddChild::AddText()
4741
WriteText(textValue, null, XmlReader.
Depth
); // Text for object/string/IList ContentProperty
4754
WriteText(textValue, converterType, XmlReader.
Depth
); // Text for TypeConverter
4772
WriteText(textValue, converterType, XmlReader.
Depth
); // Text for TypeConverter
4976
WriteText(textValue, null, XmlReader.
Depth
); // Text for (Complex collection property)::Add()
5068
WriteText(textValue, null, XmlReader.
Depth
); // Text for property IList::Add()
5099
WriteText( textValue, null, XmlReader.
Depth
); // Text saved for Unknown purposes.
5176
0 == XmlReader.
Depth
&& XmlReader.NodeType == XmlNodeType.None))
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
61
get { return this.baseReader.
Depth
; }
System.Data (53)
fx\src\data\System\Data\DataSet.cs (11)
1567
iCurrentDepth = reader.
Depth
;
1646
while (!reader.EOF && reader.NodeType != XmlNodeType.EndElement && reader.NodeType != XmlNodeType.Element && reader.
Depth
> depth) {
1928
iCurrentDepth = reader.
Depth
;
2213
int d = reader.
Depth
;
2235
MoveToElement(reader, reader.
Depth
- 1 /*iCurrentDepth*/); // skip over whitespaces.
2239
if (reader.
Depth
> d) {
2246
MoveToElement(reader, reader.
Depth
- 1 /*iCurrentDepth*/); // skip over whitespaces.
2248
if (reader.
Depth
- 1 > d) {
2255
MoveToElement(reader, reader.
Depth
- 1 /*iCurrentDepth*/); // skip over whitespaces.
2270
while (reader.
Depth
> d) {
2352
iCurrentDepth = reader.
Depth
;
fx\src\data\System\Data\DataTable.cs (8)
5163
iCurrentDepth = reader.
Depth
;
5355
iCurrentDepth = reader.
Depth
;
5577
while (!reader.EOF && reader.NodeType != XmlNodeType.EndElement && reader.NodeType != XmlNodeType.Element && reader.
Depth
> depth) {
5583
int d = reader.
Depth
;
5607
MoveToElement(reader, reader.
Depth
- 1 /*iCurrentDepth*/); // skip over whitespaces.
5612
if (reader.
Depth
> d) {
5618
if (reader.
Depth
-1 > d) {
5635
while(reader.
Depth
> d) {
fx\src\data\System\Data\XmlDataLoader.cs (12)
566
int entryDepth = dataReader.
Depth
; // Store current XML element depth so we'll read
599
if (dataReader.
Depth
< entryDepth) // Stop if we have consumed all elements allowed
670
int entryDepth = dataReader.
Depth
- 1; // Store current reader depth so we know when to stop reading
706
while (entryDepth < dataReader.
Depth
) {
829
int entryDepth = dataReader.
Depth
; // Store current reader depth so we know when to stop reading
921
if ( dataReader.Read() && entryDepth < dataReader.
Depth
) {
923
while ( entryDepth < dataReader.
Depth
) { // Get out as soon as we've processed all nested nodes.
1084
int entryDepth = dataReader.
Depth
; // Store depth so we won't read too much
1124
while (dataReader.Read() && (entryDepth < dataReader.
Depth
));
1159
if ( dataReader.Read() && entryDepth < dataReader.
Depth
) {
1161
while (entryDepth < dataReader.
Depth
) {
1173
while ( dataReader.Read() && entryDepth < dataReader.
Depth
&& IsTextLikeNode(dataReader.NodeType)) {
fx\src\data\System\Data\XMLDiffLoader.cs (21)
80
int iSsyncDepth = ssync.
Depth
;
85
while (iSsyncDepth < ssync.
Depth
) {
93
int iTempDepth = ssync.
Depth
;
128
int iSsyncDepth = ssync.
Depth
;
133
while (iSsyncDepth < ssync.
Depth
) {
141
int iTempDepth = ssync.
Depth
;
177
int iSsyncDepth = ssync.
Depth
;
180
while (iSsyncDepth < ssync.
Depth
) {
189
int iRowDepth = ssync.
Depth
;
191
while (iRowDepth < ssync.
Depth
) {
202
while ((ssync.NodeType == XmlNodeType.EndElement) && (iSsyncDepth < ssync.
Depth
) )
213
int iSsyncDepth = ssync.
Depth
;
216
while (iSsyncDepth < ssync.
Depth
) {
236
int iRowDepth = ssync.
Depth
;
239
while (iRowDepth < ssync.
Depth
) {
249
while ((ssync.NodeType == XmlNodeType.EndElement) && (iSsyncDepth < ssync.
Depth
) )
286
int iRowDepth = row.
Depth
;
325
int currentDepth = row.
Depth
;
342
while (row.
Depth
> iRowDepth) {
388
int iColumnDepth = row.
Depth
;
392
if (row.
Depth
> iColumnDepth) { //we are inside the column
fx\src\data\System\Data\xmlsaver.cs (1)
2903
get { return _xmlreader.
Depth
; }
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
310
if ( reader.EOF && reader.
Depth
> 0 )
System.Data.Services (3)
System\Data\Services\WebUtil.cs (3)
1414
int readerDepth = xmlReader.
Depth
;
1422
xmlReader.
Depth
== readerDepth &&
1431
if (xmlReader.
Depth
<= readerDepth)
System.Data.Services.Client (17)
System\Data\Services\Client\AtomParser.cs (8)
411
Debug.Assert(reader.
Depth
>= depth, "reader.Depth >= depth");
413
while (!(reader.
Depth
== depth &&
443
int depth = reader.
Depth
;
446
if (reader.
Depth
== depth)
805
SkipToEndAtDepth(this.reader, this.reader.
Depth
);
817
int depth = this.reader.
Depth
;
821
if (this.reader.
Depth
== depth)
901
int depth = this.reader.
Depth
;
System\Data\Services\Client\MaterializeFromAtom.cs (2)
387
int readerDepth = reader.
Depth
;
390
if (reader.NodeType == XmlNodeType.EndElement && reader.
Depth
== readerDepth)
System\Data\Services\Client\Util.cs (4)
567
writer.Write(Util.GetWhitespaceForTracing(2 + reader.
Depth
), 0, 2 + reader.
Depth
);
598
writer.Write(Util.GetWhitespaceForTracing(2 + reader.
Depth
), 0, 2 + reader.
Depth
);
System\Data\Services\Client\Xml\XmlWrappingReader.cs (3)
92
return this.reader.
Depth
;
486
this.xmlBaseStack.Push(new XmlBaseState(newBaseUri, this.reader.
Depth
));
548
if (this.xmlBaseStack != null && this.xmlBaseStack.Count > 0 && this.reader.
Depth
== this.xmlBaseStack.Peek().Depth)
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
101
get { return _innerReader.
Depth
; }
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
74
return _reader.
Depth
;
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
71
return this.reader.
Depth
;
System.Runtime.Serialization (15)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1157
internal int Depth { get { return reader.
Depth
; } }
System\Runtime\Serialization\XmlSerializableReader.cs (2)
53
if (reader.
Depth
== startDepth)
77
public override int Depth { get { return InnerReader.
Depth
; } }
System\Runtime\Serialization\XmlSerializableServices.cs (2)
38
int startDepth = xmlReader.
Depth
;
40
while (xmlReader.
Depth
> startDepth && xmlReader.NodeType != XmlNodeType.EndElement)
System\Xml\XmlDictionaryReader.cs (1)
1393
return reader.
Depth
;
System\Xml\XmlDictionaryWriter.cs (4)
892
int d = (reader.NodeType == XmlNodeType.None ? -1 : reader.
Depth
);
902
else if (reader.
Depth
> d && reader.IsStartArray(out type))
938
while (d < reader.
Depth
|| (d == reader.
Depth
&& reader.NodeType == XmlNodeType.EndElement));
System\Xml\XmlMtomReader.cs (5)
313
int xopDepth = xmlReader.
Depth
;
316
while (xmlReader.
Depth
> xopDepth)
511
return xmlReader.
Depth
;
1450
return (readState == ReadState.Interactive) ? parentReader.
Depth
+ 1 : parentReader.
Depth
;
System.ServiceModel (6)
System\ServiceModel\Channels\MessageHeaders.cs (2)
812
int depth = reader.
Depth
;
817
} while (reader.Read() && depth < reader.
Depth
);
System\ServiceModel\Channels\WsrmFault.cs (3)
752
int depth = headerReader.
Depth
;
755
while (headerReader.
Depth
> depth)
782
if (headerReader.
Depth
== depth)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
185
while (reader.
Depth
>= 1 && reader.ReadState == ReadState.Interactive)
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (2)
362
int startDepth = reader.
Depth
;
394
if ((reader.NodeType == XmlNodeType.EndElement) && (reader.
Depth
== startDepth))
System\ServiceModel\Discovery\FindCriteria.cs (2)
310
int startDepth = reader.
Depth
;
333
if ((reader.NodeType == XmlNodeType.EndElement) && (reader.
Depth
== startDepth))
System\ServiceModel\Discovery\ResolveCriteria.cs (2)
105
int startDepth = reader.
Depth
;
116
if ((reader.NodeType == XmlNodeType.EndElement) && (reader.
Depth
== startDepth))
System.Web (2)
UI\WebControls\AdRotator.cs (2)
536
if (reader.
Depth
!= 0) {
544
if (reader.NodeType == XmlNodeType.Element && reader.Name == "Ad" && reader.
Depth
== 1) {
System.Web.Services (10)
System\Web\Services\Protocols\SoapClientProtocol.cs (6)
643
int depth = reader.
Depth
;
692
while (depth < reader.
Depth
&& reader.Read()) {
723
int depth = reader.
Depth
;
776
while (reader.Read() && depth < reader.
Depth
) {
810
int faultDepth = reader.
Depth
;
831
while (faultDepth < reader.
Depth
&& reader.Read()) {
System\Web\Services\Protocols\SoapHeader.cs (2)
242
int depth = reader.
Depth
;
280
while (depth < reader.
Depth
&& reader.Read()) {
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
604
int depth = reader.
Depth
;
640
while (depth < reader.
Depth
&& reader.Read()) {
System.Workflow.ComponentModel (10)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (8)
232
int initialDepth = reader.
Depth
;
234
if ((initialDepth + 1) < reader.
Depth
)
236
while (reader.Read() && (initialDepth + 1) < reader.
Depth
);
428
int initialDepth = reader.
Depth
;
440
if ((initialDepth + 1) < reader.
Depth
)
443
while (reader.Read() && ((initialDepth + 1) < reader.
Depth
))
519
if (initialDepth >= reader.
Depth
)
529
} while (reader.Read() && initialDepth < reader.
Depth
);
Shared\XomlSerializationHelpers.cs (2)
127
int initialDepth = reader.
Depth
;
163
if (reader.
Depth
== initialDepth)
System.Xml (86)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
496
adj = this.textXmlReader.
Depth
;
System\Xml\Core\XmlAsyncCheckReader.cs (1)
127
return coreReader.
Depth
;
System\Xml\Core\XmlReader.cs (9)
915
int parentDepth =
Depth
;
934
while (Read() &&
Depth
> parentDepth) {
952
int parentDepth =
Depth
;
972
while (Read() &&
Depth
> parentDepth) {
1082
int d = this.NodeType == XmlNodeType.None ? -1 : this.
Depth
;
1083
while (this.Read() && (d < this.
Depth
)) {
1123
if (d == this.
Depth
&& this.NodeType == XmlNodeType.EndElement) {
1329
int depth =
Depth
;
1331
while (Read() && depth <
Depth
) {
System\Xml\Core\XmlReaderAsync.cs (5)
211
int d = this.NodeType == XmlNodeType.None ? -1 : this.
Depth
;
212
while (await this.ReadAsync().ConfigureAwait(false) && (d < this.
Depth
)) {
252
if (d == this.
Depth
&& this.NodeType == XmlNodeType.EndElement) {
293
int depth =
Depth
;
295
while (await ReadAsync().ConfigureAwait(false) && depth <
Depth
) {
System\Xml\Core\XmlSubtreeReader.cs (15)
95
initialDepth = reader.
Depth
;
148
int depth = reader.
Depth
- initialDepth;
386
Debug.Assert( reader.
Depth
>= initialDepth );
387
if ( reader.
Depth
== initialDepth ) {
447
Debug.Assert( reader.
Depth
>= initialDepth );
449
if (reader.
Depth
== initialDepth && reader.NodeType == XmlNodeType.Element && !reader.IsEmptyElement) {
453
while (reader.
Depth
> initialDepth && reader.Read()) {
478
Debug.Assert( reader.
Depth
>= initialDepth );
479
if ( reader.
Depth
== initialDepth ) {
483
while ( reader.NodeType != XmlNodeType.EndElement && reader.
Depth
> initialDepth ) {
502
Debug.Assert( reader.
Depth
>= initialDepth );
776
if ( reader.
Depth
== initialDepth ) {
893
if ( reader.
Depth
== initialDepth ) {
1179
if ( reader.
Depth
== initialDepth ) {
1203
if ( reader.
Depth
== initialDepth ) {
System\Xml\Core\XmlSubtreeReaderAsync.cs (10)
36
Debug.Assert( reader.
Depth
>= initialDepth );
37
if ( reader.
Depth
== initialDepth ) {
99
Debug.Assert( reader.
Depth
>= initialDepth );
100
if ( reader.
Depth
== initialDepth ) {
104
while ( reader.NodeType != XmlNodeType.EndElement && reader.
Depth
> initialDepth ) {
123
Debug.Assert( reader.
Depth
>= initialDepth );
300
if ( reader.
Depth
== initialDepth ) {
417
if ( reader.
Depth
== initialDepth ) {
530
if ( reader.
Depth
== initialDepth ) {
554
if ( reader.
Depth
== initialDepth ) {
System\Xml\Core\XmlValidatingReaderImpl.cs (4)
309
return coreReader.
Depth
;
880
int initialDepth = coreReader.
Depth
;
882
while ( outerReader.Read() && coreReader.
Depth
> initialDepth );
924
if ( coreReader.
Depth
> 0 || coreReaderImpl.FragmentType != XmlNodeType.Document ) {
System\Xml\Core\XmlValidatingReaderImplAsync.cs (2)
230
int initialDepth = coreReader.
Depth
;
232
while ( await outerReader.ReadAsync().ConfigureAwait(false) && coreReader.
Depth
> initialDepth );
System\Xml\Core\XmlWrappingReader.cs (1)
45
public override int Depth { get { return reader.
Depth
; } }
System\Xml\Core\XmlWriter.cs (3)
374
int d = reader.NodeType == XmlNodeType.None ? -1 : reader.
Depth
;
428
} while (reader.Read() && (d < reader.
Depth
|| (d == reader.
Depth
&& reader.NodeType == XmlNodeType.EndElement)));
System\Xml\Core\XmlWriterAsync.cs (6)
270
int d = reader.NodeType == XmlNodeType.None ? -1 : reader.
Depth
;
320
} while (reader.Read() && (d < reader.
Depth
|| (d == reader.
Depth
&& reader.NodeType == XmlNodeType.EndElement)));
329
int d = reader.NodeType == XmlNodeType.None ? -1 : reader.
Depth
;
380
} while (await reader.ReadAsync().ConfigureAwait(false) && (d < reader.
Depth
|| (d == reader.
Depth
&& reader.NodeType == XmlNodeType.EndElement)));
System\Xml\Core\XsdCachingReader.cs (8)
84
element.SetItemData(coreReader.LocalName, coreReader.Prefix, coreReader.NamespaceURI, coreReader.
Depth
); //Only created for element node type
361
recordedNode.SetItemData(coreReader.LocalName, coreReader.Prefix, coreReader.NamespaceURI, coreReader.
Depth
); //Only created for element node type
374
recordedNode.Depth = coreReader.
Depth
;
420
ValidatingReaderNodeData textNode = RecordTextNode(textValue, originalStringValue, coreReader.
Depth
+ 1, 0, 0);
431
recordedNode.SetItemData(coreReader.LocalName, coreReader.Prefix, coreReader.NamespaceURI, coreReader.
Depth
);
471
int startDepth = coreReader.
Depth
- 1;
472
while (coreReader.Read() && coreReader.
Depth
> startDepth)
609
attInfo.SetItemData(coreReader.LocalName, coreReader.Prefix, coreReader.NamespaceURI, coreReader.
Depth
);
System\Xml\Core\XsdCachingReaderAsync.cs (4)
45
recordedNode.SetItemData(coreReader.LocalName, coreReader.Prefix, coreReader.NamespaceURI, coreReader.
Depth
); //Only created for element node type
58
recordedNode.Depth = coreReader.
Depth
;
99
int startDepth = coreReader.
Depth
- 1;
100
while (await coreReader.ReadAsync().ConfigureAwait(false) && coreReader.
Depth
> startDepth)
System\Xml\Core\XsdValidatingReader.cs (3)
295
return coreReader.
Depth
;
1601
if (this.processInlineSchema && IsXSDRoot(coreReader.LocalName, coreReader.NamespaceURI) && coreReader.
Depth
> 0) {
1669
int depth = coreReader.
Depth
;
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
448
if (this.processInlineSchema && IsXSDRoot(coreReader.LocalName, coreReader.NamespaceURI) && coreReader.
Depth
> 0) {
516
int depth = coreReader.
Depth
;
System\Xml\Schema\Parser.cs (7)
75
schemaXmlDepth = reader.
Depth
;
155
if (reader.
Depth
> markupDepth) {
178
if (reader.
Depth
== schemaXmlDepth) {
183
markupDepth = reader.
Depth
;
193
markupDepth = reader.
Depth
;
209
if (reader.
Depth
== markupDepth) {
227
if(reader.
Depth
== schemaXmlDepth) {
System\Xml\Schema\ParserAsync.cs (1)
35
schemaXmlDepth = reader.
Depth
;
System\Xml\Serialization\XmlCountingReader.cs (1)
41
public override int Depth { get { return innerReader.
Depth
; } }
System\Xml\XPath\XPathDocument.cs (3)
166
initialDepth = reader.
Depth
;
179
if (!topLevelReader && reader.
Depth
< initialDepth)
240
if (space == XmlSpace.Preserve && (!topLevelReader || reader.
Depth
!= 0))
WindowsBase (17)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1082
&& reader.
Depth
== 1)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (6)
135
&& reader.
Depth
== 2)
171
|| reader.
Depth
!= 3)
198
|| reader.
Depth
!= 3)
264
|| reader.
Depth
!= 3)
342
if (reader.
Depth
!= 4
427
&& reader.
Depth
== 5)
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (6)
179
&& reader.
Depth
== 2)
208
|| reader.
Depth
> 2)
262
&& reader.
Depth
== 3
269
&& reader.
Depth
== 4)
278
&& reader.
Depth
== 5)
299
&& reader.
Depth
== 5)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (3)
233
int elementDepth = Reader.
Depth
;
321
int elementDepth = Reader.
Depth
;
691
return Reader.
Depth
- _depthOffset;
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
64
public override int Depth { get { return _reader.
Depth
; } }