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