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