9 references to GetCciAdapter
Microsoft.CodeAnalysis.VisualBasic (9)
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (2)
123awaiters(DirectCast(field.Type.GetCciAdapter(), Cci.ITypeReference)) = slotIndex 144Dim key = New EncHoistedLocalInfo(localSlotDebugInfo(slotIndex), DirectCast(field.Type.GetCciAdapter(), Cci.ITypeReference))
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (3)
54Return DirectCast(_visitor.Visit(symbol)?.GetCciAdapter(), Cci.IDefinition) 69Return DirectCast(_visitor.Visit(DirectCast([namespace]?.GetInternalSymbol(), NamespaceSymbol))?.GetCciAdapter(), Cci.INamespace) 75Return DirectCast(_visitor.Visit(symbol)?.GetCciAdapter(), Cci.ITypeReference)
Emit\PEModuleBuilder.vb (2)
229AddSymbolLocation(result, location, DirectCast(symbol.GetCciAdapter(), Cci.IDefinition)) 275AddSymbolLocation(result, location, DirectCast(symbol.GetCciAdapter(), Cci.IDefinition))
Emit\SymbolAdapter.vb (1)
64Return GetCciAdapter()
Emit\SymbolTranslator.vb (1)
207Return _genericInstanceMap.GetOrAdd(symbol, Function(s) s.GetCciAdapter())