2 instantiations of XmlReaderWithSourceLocation
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
80
this.xmlReaderWithSourceLocation = new
XmlReaderWithSourceLocation
(underlyingTextReader);
108
this.xmlReaderWithSourceLocation = new
XmlReaderWithSourceLocation
(textReader);
1 reference to XmlReaderWithSourceLocation
System.Activities (1)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
57
private
XmlReaderWithSourceLocation
xmlReaderWithSourceLocation;