5 references to Clear
Microsoft.CodeAnalysis.Features.Test.Utilities (5)
EditAndContinue\ActiveStatementsDescription.cs (3)
38
var oldSource = SourceMarkers.
Clear
(oldMarkedSource);
39
var newSource = SourceMarkers.
Clear
(newMarkedSource);
146
var tree = syntaxTreeFactory(SourceMarkers.
Clear
(markedSource), documentName);
EditAndContinue\SourceMarkers.cs (2)
38
=> sources.Select(
Clear
).ToArray();
115
var plainSource =
Clear
(markedSource);