1 write to _handle
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
119
_handle
= handle
39 references to _handle
Microsoft.CodeAnalysis.VisualBasic (39)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (39)
204
Return Me.ContainingPEModule.Module.GetTypeLayout(
_handle
)
241
Return
_handle
247
Return MetadataTokens.GetToken(
_handle
)
260
Dim token As EntityHandle = moduleSymbol.Module.GetBaseTypeOfTypeOrThrow(Me.
_handle
)
263
Return DirectCast(TupleTypeDecoder.DecodeTupleTypesIfApplicable(decodedType,
_handle
, moduleSymbol), NamedTypeSymbol)
276
Dim interfaceImpls = moduleSymbol.Module.GetInterfaceImplementationsOrThrow(Me.
_handle
)
420
ContainingPEModule.LoadCustomAttributes(
_handle
, _lazyCustomAttributes)
424
_handle
,
443
ContainingPEModule.Module.GetAttributeHandle(Me.
_handle
, AttributeDescription.StandardModuleAttribute))
461
For Each methodDef In peModule.GetMethodsOfTypeOrThrow(
_handle
)
471
For Each propertyDef In peModule.GetPropertiesOfTypeOrThrow(
_handle
)
481
For Each eventDef In peModule.GetEventsOfTypeOrThrow(
_handle
)
491
For Each fieldDef In peModule.GetFieldsOfTypeOrThrow(
_handle
)
561
For Each methodDef In [module].GetMethodsOfTypeOrThrow(
_handle
)
914
Return ContainingPEModule.Module.HasGuidAttribute(
_handle
, guidString)
929
containingModuleSymbol.Module.HasExtensionAttribute(Me.
_handle
, ignoreCase:=True) Then
950
Me.ContainingPEModule.Module.HasCodeAnalysisEmbeddedAttribute(Me.
_handle
).ToThreeState(),
962
Me.ContainingPEModule.Module.HasVisualBasicEmbeddedAttribute(Me.
_handle
).ToThreeState(),
974
Me.ContainingPEModule.Module.HasCompilerLoweringPreserveAttribute(Me.
_handle
).ToThreeState(),
1041
ContainingPEModule.Module.HasAttribute(Me.
_handle
, AttributeDescription.StandardModuleAttribute) Then
1090
If Not Me.ContainingPEModule.Module.HasStringValuedAttribute(Me.
_handle
, AttributeDescription.CoClassAttribute, coClassTypeName) Then
1113
ContainingPEModule.Module.HasDefaultMemberAttribute(Me.
_handle
, memberName)
1132
For Each nestedTypeDef In [module].GetNestedTypeDefsOrThrow(
_handle
)
1146
For Each fieldDef In [module].GetFieldsOfTypeOrThrow(
_handle
)
1223
For Each methodDef In [module].GetMethodsOfTypeOrThrow(
_handle
)
1224
If [module].ShouldImportMethod(
_handle
, methodDef, moduleSymbol.ImportOptions) Then
1239
For Each propertyDef In [module].GetPropertiesOfTypeOrThrow(
_handle
)
1243
Dim getMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Getter)
1244
Dim setMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Setter)
1261
For Each eventRid In [module].GetEventsOfTypeOrThrow(
_handle
)
1266
Dim addMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Adder)
1267
Dim removeMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Remover)
1268
Dim raiseMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Raiser)
1422
Dim nestedType = New PENamedTypeSymbol(ContainingPEModule, DirectCast(ContainingNamespace, PENamespaceSymbol),
_handle
)
1457
ObsoleteAttributeHelpers.InitializeObsoleteDataFromMetadata(_lazyObsoleteAttributeData,
_handle
, ContainingPEModule)
1464
Dim conditionalSymbols As ImmutableArray(Of String) = ContainingPEModule.Module.GetConditionalAttributeValues(
_handle
)
1484
If Me.ContainingPEModule.Module.HasAttributeUsageAttribute(
_handle
, New MetadataDecoder(ContainingPEModule), result) Then
1533
If metadataModule.HasTypeLibTypeAttribute(Me.
_handle
, flags) AndAlso
1540
If metadataModule.HasInterfaceTypeAttribute(Me.
_handle
, interfaceType) AndAlso