4 references to DecodeNamedArgument
Microsoft.CodeAnalysis (4)
CommandLine\SarifV2ErrorLogger.cs (1)
80
string? justification = suppressionInfo?.Attribute?.
DecodeNamedArgument
<string>("Justification", SpecialType.System_String);
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (3)
425
var scopeString = attribute.
DecodeNamedArgument
<string>("Scope", SpecialType.System_String);
432
info.Target = attribute.
DecodeNamedArgument
<string>("Target", SpecialType.System_String);
433
info.MessageId = attribute.
DecodeNamedArgument
<string>("MessageId", SpecialType.System_String);