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