5 references to DecodeNamedArgument
Microsoft.CodeAnalysis (4)
CommandLine\SarifV2ErrorLogger.cs (1)
77string? justification = suppressionInfo?.Attribute?.DecodeNamedArgument<string>("Justification", SpecialType.System_String);
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (3)
397info.Scope = attribute.DecodeNamedArgument<string>("Scope", SpecialType.System_String); 398info.Target = attribute.DecodeNamedArgument<string>("Target", SpecialType.System_String); 399info.MessageId = attribute.DecodeNamedArgument<string>("MessageId", SpecialType.System_String);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
62Me.InterfaceShadows = attrData.DecodeNamedArgument("InterfaceShadows", Microsoft.CodeAnalysis.SpecialType.System_Boolean, False)