1 instantiation of LazyValueWithOptions
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (1)
120
_lazyValue = lazy = new
LazyValueWithOptions
(this, options);
3 references to LazyValueWithOptions
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (3)
108
private
LazyValueWithOptions
? _lazyValue;
113
private
LazyValueWithOptions
GetLazyValue(LoadTextOptions options)
115
var
lazy = _lazyValue;