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)
108private LazyValueWithOptions? _lazyValue; 113private LazyValueWithOptions GetLazyValue(LoadTextOptions options) 115var lazy = _lazyValue;