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