2 references to GetEmptyRoot
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
758
oldRoot ??=
GetEmptyRoot
(newRoot!.SyntaxTree.Options);
759
newRoot ??=
GetEmptyRoot
(oldRoot.SyntaxTree.Options);