3 references to TryDecodeAttributeWithTypeArgument
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1763
builderArgument = _containingType.ContainingPEModule.
TryDecodeAttributeWithTypeArgument
(this.Handle, AttributeDescription.AsyncMethodBuilderAttribute);
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
2637
var type = this.ContainingPEModule.
TryDecodeAttributeWithTypeArgument
(this.Handle, AttributeDescription.CoClassAttribute);
2812
builderArgument = this.ContainingPEModule.
TryDecodeAttributeWithTypeArgument
(this.Handle, AttributeDescription.AsyncMethodBuilderAttribute);