4 references to BaseReaderAsLineInfo
System.Activities (4)
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (4)
32
UnitTestUtility.Assert(this.
BaseReaderAsLineInfo
!= null, "The XmlReader created by XmlReader.Create should ensure this.");
33
UnitTestUtility.Assert(this.
BaseReaderAsLineInfo
.HasLineInfo(), "The XmlReader created by XmlReader.Create should ensure this.");
107
return new DocumentLocation(this.
BaseReaderAsLineInfo
.LineNumber, this.
BaseReaderAsLineInfo
.LinePosition);