3 references to Replace
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
888return this.Replace(new TextSpan(start, length), newText);
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.cs (1)
434return unshippedText.Replace(new TextSpan(0, unshippedText.Length), builder.ToString());
Microsoft.CodeAnalysis.Features (1)
ReplaceDocCommentTextWithTag\AbstractReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
161var newText = text.Replace(span, replacement);