1 write to _handle
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
71_handle = handle;
6 references to _handle
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PEEventSymbol.cs (6)
243get { return MetadataTokens.GetToken(_handle); } 260return _handle; 382containingPEModuleSymbol.LoadCustomAttributes(_handle, ref _lazyCustomAttributes); 391if (!containingModule.TryGetNonEmptyCustomAttributes(_handle, out var customAttributeHandles)) 542ObsoleteAttributeHelpers.InitializeObsoleteDataFromMetadata(ref _lazyObsoleteAttributeData, _handle, (PEModuleSymbol)(this.ContainingModule), ignoreByRefLikeMarker: false, ignoreRequiredMemberMarker: false); 555bool hasRequiresUnsafeAttribute = containingPEModuleSymbol.Module.HasAttribute(_handle, AttributeDescription.RequiresUnsafeAttribute);