1 write to source
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\SourceTextScanner.cs (1)
29
this.
source
= source;
8 references to source
System.Data (8)
cdf\src\NetFx40\Tools\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)