1 write to _handle
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
118
_handle
= handle
39 references to _handle
Microsoft.CodeAnalysis.VisualBasic (39)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (39)
203
Return Me.ContainingPEModule.Module.GetTypeLayout(
_handle
)
240
Return
_handle
246
Return MetadataTokens.GetToken(
_handle
)
259
Dim token As EntityHandle = moduleSymbol.Module.GetBaseTypeOfTypeOrThrow(Me.
_handle
)
262
Return DirectCast(TupleTypeDecoder.DecodeTupleTypesIfApplicable(decodedType,
_handle
, moduleSymbol), NamedTypeSymbol)
275
Dim interfaceImpls = moduleSymbol.Module.GetInterfaceImplementationsOrThrow(Me.
_handle
)
419
ContainingPEModule.LoadCustomAttributes(
_handle
, _lazyCustomAttributes)
423
_handle
,
442
ContainingPEModule.Module.GetAttributeHandle(Me.
_handle
, AttributeDescription.StandardModuleAttribute))
460
For Each methodDef In peModule.GetMethodsOfTypeOrThrow(
_handle
)
470
For Each propertyDef In peModule.GetPropertiesOfTypeOrThrow(
_handle
)
480
For Each eventDef In peModule.GetEventsOfTypeOrThrow(
_handle
)
490
For Each fieldDef In peModule.GetFieldsOfTypeOrThrow(
_handle
)
560
For Each methodDef In [module].GetMethodsOfTypeOrThrow(
_handle
)
913
Return ContainingPEModule.Module.HasGuidAttribute(
_handle
, guidString)
928
containingModuleSymbol.Module.HasExtensionAttribute(Me.
_handle
, ignoreCase:=True) Then
949
Me.ContainingPEModule.Module.HasCodeAnalysisEmbeddedAttribute(Me.
_handle
).ToThreeState(),
961
Me.ContainingPEModule.Module.HasVisualBasicEmbeddedAttribute(Me.
_handle
).ToThreeState(),
973
Me.ContainingPEModule.Module.HasCompilerLoweringPreserveAttribute(Me.
_handle
).ToThreeState(),
1040
ContainingPEModule.Module.HasAttribute(Me.
_handle
, AttributeDescription.StandardModuleAttribute) Then
1089
If Not Me.ContainingPEModule.Module.HasStringValuedAttribute(Me.
_handle
, AttributeDescription.CoClassAttribute, coClassTypeName) Then
1112
ContainingPEModule.Module.HasDefaultMemberAttribute(Me.
_handle
, memberName)
1131
For Each nestedTypeDef In [module].GetNestedTypeDefsOrThrow(
_handle
)
1145
For Each fieldDef In [module].GetFieldsOfTypeOrThrow(
_handle
)
1222
For Each methodDef In [module].GetMethodsOfTypeOrThrow(
_handle
)
1223
If [module].ShouldImportMethod(
_handle
, methodDef, moduleSymbol.ImportOptions) Then
1238
For Each propertyDef In [module].GetPropertiesOfTypeOrThrow(
_handle
)
1242
Dim getMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Getter)
1243
Dim setMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Setter)
1260
For Each eventRid In [module].GetEventsOfTypeOrThrow(
_handle
)
1265
Dim addMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Adder)
1266
Dim removeMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Remover)
1267
Dim raiseMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Raiser)
1421
Dim nestedType = New PENamedTypeSymbol(ContainingPEModule, DirectCast(ContainingNamespace, PENamespaceSymbol),
_handle
)
1456
ObsoleteAttributeHelpers.InitializeObsoleteDataFromMetadata(_lazyObsoleteAttributeData,
_handle
, ContainingPEModule)
1463
Dim conditionalSymbols As ImmutableArray(Of String) = ContainingPEModule.Module.GetConditionalAttributeValues(
_handle
)
1483
If Me.ContainingPEModule.Module.HasAttributeUsageAttribute(
_handle
, New MetadataDecoder(ContainingPEModule), result) Then
1532
If metadataModule.HasTypeLibTypeAttribute(Me.
_handle
, flags) AndAlso
1539
If metadataModule.HasInterfaceTypeAttribute(Me.
_handle
, interfaceType) AndAlso