2 writes to xamlLineInfo
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
82
this.
xamlLineInfo
= (IXamlLineInfo)this.underlyingReader;
107
this.
xamlLineInfo
= xamlLineInfo;
3 references to xamlLineInfo
System.Activities (3)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
83
UnitTestUtility.Assert(this.
xamlLineInfo
.HasLineInfo, "underlyingReader is constructed with the ProvideLineInfo option above.");
423
this.Current = CreateCurrentNode(this.underlyingReader, this.
xamlLineInfo
);
556
return CreateCurrentNode(this.underlyingReader, this.
xamlLineInfo
);