1 write to s_tryReuseSyntaxTree
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
192
Interlocked.Increment(ref
s_tryReuseSyntaxTree
);
1 reference to s_tryReuseSyntaxTree
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
289
public static int TryReuseSyntaxTree =>
s_tryReuseSyntaxTree
;