3 references to Replace
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AutomaticCompletion\AbstractAutomaticLineEnderTests.cs (1)
60
lines[i] = Regex.
Replace
(lines[i], "(?<=^( )*)( )", _ => "\t");
Microsoft.DotNet.SignCheckLibrary (2)
Utils.cs (2)
248
string normalizedTimestamp = Regex.
Replace
(timestamp, @"(?<=\b[A-Za-z]{3}\s)(\d)(?=,\s)|(?<=at\s)(\d)(?=:)", match =>
273
string normalizedTimestamp = Regex.
Replace
(timestamp, @"(?<=\b[A-Za-z]{3}\s)(\d)(?=\s)|(?<=\s)(\d)(?=:)", match =>