3 writes to underlyingReader
System.Activities (3)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
81
this.
underlyingReader
= new XamlXmlReader(this.xmlReaderWithSourceLocation, schemaContext, new XamlXmlReaderSettings { ProvideLineInfo = true, LocalAssembly = localAssembly });
106
this.
underlyingReader
= underlyingReader;
516
this.
underlyingReader
= null;
8 references to underlyingReader
System.Activities (8)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (8)
82
this.xamlLineInfo = (IXamlLineInfo)this.
underlyingReader
;
179
get { return this.
underlyingReader
.IsEof; }
420
readSucceed = this.
underlyingReader
.Read();
423
this.Current = CreateCurrentNode(this.
underlyingReader
, this.xamlLineInfo);
441
bool moreNode = this.
underlyingReader
.Read();
511
if (this.
underlyingReader
!= null)
513
((IDisposable)this.
underlyingReader
).Dispose();
556
return CreateCurrentNode(this.
underlyingReader
, this.xamlLineInfo);