4 references to GetAssemblyReferenceIndexOrThrow
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (1)
573
return LookupTopLevelTypeDefSymbol(Module.
GetAssemblyReferenceIndexOrThrow
(assemblyRef), ref fullName);
MetadataReader\PEModule.cs (1)
3550
referencedAssemblyIndex = this.
GetAssemblyReferenceIndexOrThrow
(refHandle);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CSharpEESymbolProvider.cs (1)
93
int index = _metadataDecoder.Module.
GetAssemblyReferenceIndexOrThrow
(handle);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
VisualBasicEESymbolProvider.vb (1)
70
Dim index As Integer = _metadataDecoder.Module.
GetAssemblyReferenceIndexOrThrow
(handle)