2 references to TryGetTranslatedImports
Microsoft.CodeAnalysis.CSharp (2)
Binder\ImportChain.cs (2)
37bool result = ((Emit.PEModuleBuilder)context.Module).TryGetTranslatedImports(this, out ImmutableArray<Cci.UsedNamespaceOrType> imports); 48if (moduleBuilder.TryGetTranslatedImports(scope, out _))