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)
39private LazyValueWithOptions? _lazyValue; 52var lazy = _lazyValue;