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