5 references to _s
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (5)
IncrementalParser\IncrementalParser.vb (5)
78
Dim text As SourceText = SourceText.From(
_s
)
107
For i As Integer = 0 To
_s
.Length - 1
109
Dim newText = text.WithChanges(New TextChange(New TextSpan(text.Length, 0),
_s
.Substring(i, 1)))
121
Dim oldText = SourceText.From(
_s
)
125
Dim pos =
_s
.IndexOf("#const", StringComparison.Ordinal)