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