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