3 references to Match
Microsoft.CodeAnalysis.Features.Test.Utilities (3)
EditAndContinue\EditAndContinueTestVerifier.cs (2)
474
var oldRoot = editScript.
Match
.OldRoot;
484
newSolution = newSolution.WithDocumentSyntaxRoot(oldDocument.Id, editScripts[documentIndex].
Match
.NewRoot, PreservationMode.PreserveIdentity);
EditAndContinue\EditScriptDescription.cs (1)
26
=> new(OldMarkedSource, NewMarkedSource,
Match
);