2 references to CreateWithoutClone
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxNode.cs (1)
76
Interlocked.CompareExchange(ref node._syntaxTree, CSharpSyntaxTree.
CreateWithoutClone
(node), null);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SyntaxTreeRootTests.cs (1)
35
var tree = CSharpSyntaxTree.
CreateWithoutClone
(node);