1 write to doubleQuotes
System.Activities (1)
System\Activities\Debugger\CharacterSpottingTextReader.cs (1)
39this.doubleQuotes = new List<DocumentLocation>();
2 references to doubleQuotes
System.Activities (2)
System\Activities\Debugger\CharacterSpottingTextReader.cs (1)
165return this.doubleQuotes;
System\Activities\Debugger\CharacterSpottingTextReader.UnitTest.cs (1)
38get { return this.doubleQuotes; }