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