2 writes to excludedElementDepth
System.IdentityModel (2)
System\IdentityModel\WrappedReader.cs (2)
368
this.
excludedElementDepth
= other.excludedElementDepth;
410
this.
excludedElementDepth
= excludedElementDepth;
2 references to excludedElementDepth
System.IdentityModel (2)
System\IdentityModel\WrappedReader.cs (2)
368
this.excludedElementDepth = other.
excludedElementDepth
;
425
return new XmlTokenStreamWriter( entries, count, excludedElement,
excludedElementDepth
, excludedElementNamespace );