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