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