1 write to attributeValueRanges
System.Activities (1)
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (1)
44
this.
attributeValueRanges
= new Dictionary<DocumentLocation, DocumentRange>();
2 references to attributeValueRanges
System.Activities (2)
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (2)
42
if (this.
attributeValueRanges
== null)
47
return this.
attributeValueRanges
;