1 write to _handle
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
116
_handle
= handle
38 references to _handle
Microsoft.CodeAnalysis.VisualBasic (38)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (38)
201
Return Me.ContainingPEModule.Module.GetTypeLayout(
_handle
)
238
Return
_handle
244
Return MetadataTokens.GetToken(
_handle
)
257
Dim token As EntityHandle = moduleSymbol.Module.GetBaseTypeOfTypeOrThrow(Me.
_handle
)
260
Return DirectCast(TupleTypeDecoder.DecodeTupleTypesIfApplicable(decodedType,
_handle
, moduleSymbol), NamedTypeSymbol)
273
Dim interfaceImpls = moduleSymbol.Module.GetInterfaceImplementationsOrThrow(Me.
_handle
)
417
ContainingPEModule.LoadCustomAttributes(
_handle
, _lazyCustomAttributes)
421
_handle
,
440
ContainingPEModule.Module.GetAttributeHandle(Me.
_handle
, AttributeDescription.StandardModuleAttribute))
458
For Each methodDef In peModule.GetMethodsOfTypeOrThrow(
_handle
)
468
For Each propertyDef In peModule.GetPropertiesOfTypeOrThrow(
_handle
)
478
For Each eventDef In peModule.GetEventsOfTypeOrThrow(
_handle
)
488
For Each fieldDef In peModule.GetFieldsOfTypeOrThrow(
_handle
)
558
For Each methodDef In [module].GetMethodsOfTypeOrThrow(
_handle
)
911
Return ContainingPEModule.Module.HasGuidAttribute(
_handle
, guidString)
926
containingModuleSymbol.Module.HasExtensionAttribute(Me.
_handle
, ignoreCase:=True) Then
947
Me.ContainingPEModule.Module.HasCodeAnalysisEmbeddedAttribute(Me.
_handle
).ToThreeState(),
959
Me.ContainingPEModule.Module.HasVisualBasicEmbeddedAttribute(Me.
_handle
).ToThreeState(),
1026
ContainingPEModule.Module.HasAttribute(Me.
_handle
, AttributeDescription.StandardModuleAttribute) Then
1075
If Not Me.ContainingPEModule.Module.HasStringValuedAttribute(Me.
_handle
, AttributeDescription.CoClassAttribute, coClassTypeName) Then
1098
ContainingPEModule.Module.HasDefaultMemberAttribute(Me.
_handle
, memberName)
1117
For Each nestedTypeDef In [module].GetNestedTypeDefsOrThrow(
_handle
)
1131
For Each fieldDef In [module].GetFieldsOfTypeOrThrow(
_handle
)
1208
For Each methodDef In [module].GetMethodsOfTypeOrThrow(
_handle
)
1209
If [module].ShouldImportMethod(
_handle
, methodDef, moduleSymbol.ImportOptions) Then
1224
For Each propertyDef In [module].GetPropertiesOfTypeOrThrow(
_handle
)
1228
Dim getMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Getter)
1229
Dim setMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Setter)
1246
For Each eventRid In [module].GetEventsOfTypeOrThrow(
_handle
)
1251
Dim addMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Adder)
1252
Dim removeMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Remover)
1253
Dim raiseMethod = GetAccessorMethod(moduleSymbol, methodHandleToSymbol,
_handle
, methods.Raiser)
1407
Dim nestedType = New PENamedTypeSymbol(ContainingPEModule, DirectCast(ContainingNamespace, PENamespaceSymbol),
_handle
)
1442
ObsoleteAttributeHelpers.InitializeObsoleteDataFromMetadata(_lazyObsoleteAttributeData,
_handle
, ContainingPEModule)
1449
Dim conditionalSymbols As ImmutableArray(Of String) = ContainingPEModule.Module.GetConditionalAttributeValues(
_handle
)
1469
If Me.ContainingPEModule.Module.HasAttributeUsageAttribute(
_handle
, New MetadataDecoder(ContainingPEModule), result) Then
1518
If metadataModule.HasTypeLibTypeAttribute(Me.
_handle
, flags) AndAlso
1525
If metadataModule.HasInterfaceTypeAttribute(Me.
_handle
, interfaceType) AndAlso