3 references to Decode
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
204
MarshalAsAttributeDecoder<FieldWellKnownAttributeData, AttributeSyntax, CSharpAttributeData, AttributeLocation>.
Decode
(ref arguments, AttributeTargets.Field, MessageProvider.Instance);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
779
MarshalAsAttributeDecoder<ParameterWellKnownAttributeData, AttributeSyntax, CSharpAttributeData, AttributeLocation>.
Decode
(ref arguments, AttributeTargets.Parameter, MessageProvider.Instance);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
788
MarshalAsAttributeDecoder<ReturnTypeWellKnownAttributeData, AttributeSyntax, CSharpAttributeData, AttributeLocation>.
Decode
(ref arguments, AttributeTargets.ReturnValue, MessageProvider.Instance);