2 references to ImportInfo
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
2833TryAdd(new ImportInfo(syntax.SyntaxTree, syntax.Kind(), syntax.Span), default); 2839_lazyImportInfos.TryUpdate(new ImportInfo(syntax.SyntaxTree, syntax.Kind(), syntax.Span), dependencies, default);