1 instantiation of LazyValueWithOptions
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\LoadableTextAndVersionSource.cs (1)
57
_lazyValue = lazy = new
LazyValueWithOptions
(this, options);
2 references to LazyValueWithOptions
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\LoadableTextAndVersionSource.cs (2)
39
private
LazyValueWithOptions
? _lazyValue;
52
var
lazy = _lazyValue;