3 references to CreateWithoutClone
Microsoft.CodeAnalysis.CSharp (2)
Syntax\CSharpSyntaxNode.cs (1)
75
Interlocked.CompareExchange(ref node._syntaxTree, CSharpSyntaxTree.
CreateWithoutClone
(node, CSharpParseOptions.Default), null);
Syntax\SyntaxFactory.cs (1)
1914
red._syntaxTree = CSharpSyntaxTree.
CreateWithoutClone
(red, options);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SyntaxTreeRootTests.cs (1)
30
var tree = CSharpSyntaxTree.
CreateWithoutClone
(node, CSharpParseOptions.Default);