2 references to s_tags
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\SourceMarkers.cs (2)
35
=>
s_tags
.Replace(source, m => new string(' ', m.Length));
50
foreach (var match in
s_tags
.Matches(markedSource).ToEnumerable())