2 references to ModuleImportScopeHandle
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.PortablePdb.cs (2)
433Debug.Assert(rid == ModuleImportScopeHandle); 446var parentScopeHandle = (parent != null) ? GetImportScopeIndex(scope.Parent, scopeIndex) : ModuleImportScopeHandle;