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