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