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