3 references to DecodeNamedArgument
Microsoft.CodeAnalysis (3)
Symbols\Attributes\CommonAttributeData.cs (3)
167return DecodeNamedArgument<T>(CommonNamedArguments, name, specialType, defaultValue); 573bool allowMultiple = DecodeNamedArgument(namedArgs, "AllowMultiple", SpecialType.System_Boolean, false); 574bool inherited = DecodeNamedArgument(namedArgs, "Inherited", SpecialType.System_Boolean, true);