2 references to GetImportScopeIndex
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.PortablePdb.cs (2)
77var importScopeHandle = (bodyImportScope != null) ? GetImportScopeIndex(bodyImportScope, _scopeIndex) : default; 446var parentScopeHandle = (parent != null) ? GetImportScopeIndex(scope.Parent, scopeIndex) : ModuleImportScopeHandle;