1 write to _handle
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\PEAttributeData.cs (1)
30
_handle
= handle;
4 references to _handle
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Attributes\PEAttributeData.cs (4)
82
if (!_decoder.GetCustomAttribute(
_handle
, out attributeClass, out attributeConstructor))
105
if (!_decoder.GetCustomAttribute(
_handle
, AttributeConstructor, out lazyConstructorArguments, out lazyNamedArguments))
130
return _decoder.IsTargetAttribute(
_handle
, namespaceName, typeName);
146
return _decoder.GetTargetAttributeSignatureIndex(
_handle
, description);