2 references to TreeToUsedImportDirectivesMap
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
3537
var set =
TreeToUsedImportDirectivesMap
.GetOrAdd(syntaxTree, s_createSetCallback);
3552
TreeToUsedImportDirectivesMap
.TryGetValue(syntaxTree, out usedImports) &&