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