2 references to GetAssemblyReferenceIndexOrThrow
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (1)
573
return LookupTopLevelTypeDefSymbol(Module.
GetAssemblyReferenceIndexOrThrow
(assemblyRef), ref fullName);
MetadataReader\PEModule.cs (1)
3838
referencedAssemblyIndex = this.
GetAssemblyReferenceIndexOrThrow
(refHandle);