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