1 write to _cachedOptions
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Document.cs (1)
590
Interlocked.CompareExchange(ref
_cachedOptions
, newAsyncLazy, comparand: null);
3 references to _cachedOptions
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Document.cs (3)
572
if (
_cachedOptions
== null)
577
Contract.ThrowIfNull(
_cachedOptions
);
578
return
_cachedOptions
.GetValueAsync(cancellationToken);