44 references to GetCciAdapter
Microsoft.CodeAnalysis.VisualBasic (44)
Compilation\MethodCompiler.vb (7)
637_moduleBeingBuiltOpt.AddSynthesizedDefinition(sourceTypeSymbol, sharedDefaultConstructor.GetCciAdapter()) 848_moduleBeingBuiltOpt.AddSynthesizedDefinition(method.ContainingType, DirectCast(matchingStub.GetCciAdapter(), Microsoft.Cci.IMethodDefinition)) 1384_moduleBeingBuiltOpt.AddSynthesizedDefinition(containingType, getter.GetCciAdapter()) 1426_moduleBeingBuiltOpt.AddSynthesizedDefinition(containingType, setter.GetCciAdapter()) 1668kickoffMethod.GetCciAdapter(), 1676moveNextBodyDebugInfoOpt = New IteratorMoveNextBodyDebugInfo(kickoffMethod.GetCciAdapter()) 1712If(method.PartialDefinitionPart, method).GetCciAdapter(),
Emit\EventSymbolAdapter.vb (6)
27Dim addMethod = AdaptedEventSymbol.AddMethod.GetCciAdapter() 33Dim removeMethod = AdaptedEventSymbol.RemoveMethod.GetCciAdapter() 39Dim raiseMethod = AdaptedEventSymbol.RaiseMethod?.GetCciAdapter() 48Dim addMethod = AdaptedEventSymbol.AddMethod.GetCciAdapter() 58Dim removeMethod = AdaptedEventSymbol.RemoveMethod.GetCciAdapter() 84Return AdaptedEventSymbol.RaiseMethod?.GetCciAdapter()
Emit\MethodSymbolAdapter.vb (1)
235Return AdaptedMethodSymbol.OriginalDefinition.GetCciAdapter()
Emit\NamedTypeSymbolAdapter.vb (4)
320explicitImplements.Add(New Cci.MethodImplementation(implementingMethod.GetCciAdapter(), 327explicitImplements.Add(New Cci.MethodImplementation(implementingMethod.GetCciAdapter(), 335explicitImplements.Add(New Cci.MethodImplementation(implementingMethod.GetCciAdapter(), 647Dim adapter = method.GetCciAdapter()
Emit\NoPia\EmbeddedEvent.vb (1)
114TypeManager.EmbedMethodIfNeedTo(DirectCast(m, MethodSymbol).GetCciAdapter(), syntaxNodeOpt, diagnostics)
Emit\NoPia\EmbeddedType.vb (1)
238TypeManager.EmbedMethod(Me, DirectCast(s, MethodSymbol).GetCciAdapter(), syntaxNodeOpt, diagnostics)
Emit\NoPia\EmbeddedTypesManager.vb (6)
380EmbedMethod(embedded, m.GetCciAdapter(), syntaxNodeOpt, diagnostics) 488Dim embeddedGet = If(getMethod IsNot Nothing, EmbedMethod(type, getMethod.GetCciAdapter(), syntaxNodeOpt, diagnostics), Nothing) 489Dim embeddedSet = If(setMethod IsNot Nothing, EmbedMethod(type, setMethod.GetCciAdapter(), syntaxNodeOpt, diagnostics), Nothing) 523Dim embeddedAdd = If(addMethod IsNot Nothing, EmbedMethod(type, addMethod.GetCciAdapter(), syntaxNodeOpt, diagnostics), Nothing) 524Dim embeddedRemove = If(removeMethod IsNot Nothing, EmbedMethod(type, removeMethod.GetCciAdapter(), syntaxNodeOpt, diagnostics), Nothing) 525Dim embeddedCall = If(callMethod IsNot Nothing, EmbedMethod(type, callMethod.GetCciAdapter(), syntaxNodeOpt, diagnostics), Nothing)
Emit\PEModuleBuilder.vb (2)
607Return DirectCast(Compilation.GetWellKnownTypeMember(WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__InitializeArrayArrayRuntimeFieldHandle), MethodSymbol)?.GetCciAdapter() 753Return New SynthesizedPrivateImplementationDetailsSharedConstructor(SourceModule, GetPrivateImplClass(syntaxOpt, diagnostics), GetUntranslatedSpecialType(SpecialType.System_Void, syntaxOpt, diagnostics)).GetCciAdapter()
Emit\PropertySymbolAdapter.vb (4)
29Dim getter = AdaptedPropertySymbol.GetMethod?.GetCciAdapter() 34Dim setter = AdaptedPropertySymbol.SetMethod?.GetCciAdapter() 50Return AdaptedPropertySymbol.GetMethod?.GetCciAdapter() 90Return AdaptedPropertySymbol.SetMethod?.GetCciAdapter()
Emit\SpecializedMethodReference.vb (1)
35Return m_UnderlyingMethod.OriginalDefinition.GetCciAdapter()
Emit\SymbolTranslator.vb (4)
367Return _embeddedTypesManagerOpt.EmbedMethodIfNeedTo(methodSymbol.GetCciAdapter(), syntaxNodeOpt, diagnostics) 370Return methodSymbol.GetCciAdapter() 394methodRef = _embeddedTypesManagerOpt.EmbedMethodIfNeedTo(methodSymbol.GetCciAdapter(), syntaxNodeOpt, diagnostics) 396methodRef = methodSymbol.GetCciAdapter()
Emit\SynthesizedStaticLocalBackingFieldAdapter.vb (1)
46Dim signature = GeneratedNames.MakeSignatureString(metadataWriter.GetMethodSignature(declaringMethod.GetCciAdapter()))
Emit\TypeParameterSymbolAdapter.vb (2)
189Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).GetCciAdapter() 269Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).GetCciAdapter()
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1120CompilationState.ModuleBuilderOpt.AddSynthesizedDefinition(translatedLambdaContainer, synthesizedMethod.GetCciAdapter())
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
191privateImplClass.TryAddSynthesizedMethod(method.GetCciAdapter())
Lowering\MethodToClassRewriter\MethodToClassRewriter.MyBaseMyClassWrapper.vb (1)
94Me.CompilationState.ModuleBuilderOpt.AddSynthesizedDefinition(containingType, wrapperMethod.GetCciAdapter())
Lowering\SyntheticBoundNodeFactory.vb (1)
104[module].AddSynthesizedDefinition(containingType, method.GetCciAdapter())