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