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