5 references to Source
Microsoft.CodeAnalysis (5)
Text\StringText.cs (5)
73
if (span.End > this.
Source
.Length)
80
return this.
Source
;
83
return this.
Source
.Substring(span.Start, span.Length);
88
this.
Source
.CopyTo(sourceIndex, destination, destinationIndex, count);
95
textWriter.Write(this.
Source
);