1 write to _lazyImportInfos
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2776LazyInitializer.EnsureInitialized(ref _lazyImportInfos)!.
4 references to _lazyImportInfos
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (4)
2646if (_lazyImportInfos != null && (filterTree is null || ReportUnusedImportsInTree(filterTree))) 2655foreach (var pair in _lazyImportInfos) 2782RoslynDebug.Assert(_lazyImportInfos is object); 2783_lazyImportInfos.TryUpdate(new ImportInfo(syntax.SyntaxTree, syntax.Kind(), syntax.Span), dependencies, default);