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)
243
get { return MetadataTokens.GetToken(
_handle
); }
260
return
_handle
;
382
containingPEModuleSymbol.LoadCustomAttributes(
_handle
, ref _lazyCustomAttributes);
391
if (!containingModule.TryGetNonEmptyCustomAttributes(
_handle
, out var customAttributeHandles))
542
ObsoleteAttributeHelpers.InitializeObsoleteDataFromMetadata(ref _lazyObsoleteAttributeData,
_handle
, (PEModuleSymbol)(this.ContainingModule), ignoreByRefLikeMarker: false, ignoreRequiredMemberMarker: false);
555
bool hasRequiresUnsafeAttribute = containingPEModuleSymbol.Module.HasAttribute(
_handle
, AttributeDescription.RequiresUnsafeAttribute);