17 references to Replace
aspire (2)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
Microsoft.CodeAnalysis.Test.Utilities (2)
Microsoft.DotNet.SourceBuild.Tasks (2)
PresentationBuildTasks (1)
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\Regex.Replace.cs (8)
10/// <see cref="Regex.Replace(string, MatchEvaluator)"/> method operation.
13/// match during a <see cref="Regex.Replace(string, MatchEvaluator)"/> method operation.</param>
19/// <see cref="Regex.Replace(string, MatchEvaluator)"/>. For each matched string, the
20/// <see cref="Regex.Replace(string, MatchEvaluator)"/> method calls the
23/// the <see cref="Regex.Replace(string, MatchEvaluator)"/> method substitutes for the matched string.
355RegexCache.GetOrAdd(pattern).Replace(input, evaluator);
406RegexCache.GetOrAdd(pattern, options, s_defaultMatchTimeout).Replace(input, evaluator);
466RegexCache.GetOrAdd(pattern, options, matchTimeout).Replace(input, evaluator);