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