2 references to GetReferencedModuleIndex
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
1103int index = GetBoundReferenceManager().GetReferencedModuleIndex(reference);
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
1324Dim index As Integer = GetBoundReferenceManager().GetReferencedModuleIndex(reference)