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