2 overrides of GetAssemblyRefIndex
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedType.cs (1)
68protected override int GetAssemblyRefIndex()
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NoPia\EmbeddedType.vb (1)
58Protected Overrides Function GetAssemblyRefIndex() As Integer
1 reference to GetAssemblyRefIndex
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
222_lazyAssemblyRefIndex = GetAssemblyRefIndex();