1 write to source
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (1)
29
this.
source
= source;
8 references to source
System.Activities.Presentation (8)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (8)
70
SharedFx.Assert(index >= 0 && index < this.
source
.Length, "index out of range");
120
SharedFx.Assert(index >= 0 && index < this.
source
.Length, "invalid index");
136
if (startIndex >= this.
source
.Length)
168
if (index < 0 || index >= this.
source
.Length)
174
while (index < this.
source
.Length)
176
char currentChar = this.
source
[index];
180
if (index + 1 < this.
source
.Length && this.
source
[index + 1] == NewLine)