1 write to _decoder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\PEAttributeData.cs (1)
30_decoder = new MetadataDecoder(moduleSymbol);
5 references to _decoder
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Attributes\PEAttributeData.cs (5)
83if (!_decoder.GetCustomAttribute(_handle, out attributeClass, out attributeConstructor)) 106if (!_decoder.GetCustomAttribute(_handle, AttributeConstructor, out lazyConstructorArguments, out lazyNamedArguments)) 131return _decoder.IsTargetAttribute(_handle, namespaceName, typeName); 147return _decoder.GetTargetAttributeSignatureIndex(_handle, description); 152return new MetadataLocation(_decoder.ModuleSymbol);