1 write to AdaptedPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\PropertySymbolAdapter.vb (1)
229AdaptedPropertySymbol = underlyingPropertySymbol
22 references to AdaptedPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (22)
Emit\PropertySymbolAdapter.vb (22)
29Dim getter = AdaptedPropertySymbol.GetMethod?.GetCciAdapter() 34Dim setter = AdaptedPropertySymbol.SetMethod?.GetCciAdapter() 50Return AdaptedPropertySymbol.GetMethod?.GetCciAdapter() 64Return AdaptedPropertySymbol.HasRuntimeSpecialName 71Return AdaptedPropertySymbol.HasSpecialName 80Return AdaptedPropertySymbol.Parameters.SelectAsArray(Of IParameterDefinition)(Function(p) p.GetCciAdapter()) 90Return AdaptedPropertySymbol.SetMethod?.GetCciAdapter() 97Debug.Assert(AdaptedPropertySymbol.IsDefinition) 100Debug.Assert(TypeOf AdaptedPropertySymbol.ContainingModule Is SourceModuleSymbol OrElse AdaptedPropertySymbol.ContainingAssembly.IsLinked) 106Return AdaptedPropertySymbol.CallingConvention 113Return CType(AdaptedPropertySymbol.ParameterCount, UShort) 120Return AdaptedPropertySymbol.Parameters.SelectAsArray(Of IParameterTypeInformation)(Function(p) p.GetCciAdapter()) 129Return AdaptedPropertySymbol.TypeCustomModifiers.As(Of Cci.ICustomModifier) 136Return AdaptedPropertySymbol.RefCustomModifiers.As(Of Cci.ICustomModifier) 143Return AdaptedPropertySymbol.ReturnsByRef 149Return (DirectCast(context.Module, PEModuleBuilder)).Translate(AdaptedPropertySymbol.Type, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics) 155Return AdaptedPropertySymbol.ContainingType.GetCciAdapter() 162Return AdaptedPropertySymbol.MetadataVisibility 168Return AdaptedPropertySymbol.ContainingType.GetCciAdapter() 184Return AdaptedPropertySymbol.MetadataName 234Return AdaptedPropertySymbol