9 references to GetConstructorArgument
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceAssemblySymbol.cs (1)
2603
int arg = attribute.
GetConstructorArgument
<int>(i, SpecialType.System_Int32);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
344
string? name = attributeData.
GetConstructorArgument
<string>(0, SpecialType.System_String);
785
string name = attribute.
GetConstructorArgument
<string>(0, SpecialType.System_String);
880
string? moduleName = attribute.
GetConstructorArgument
<string>(0, SpecialType.System_String);
Symbols\Source\SourceModuleSymbol.cs (1)
590
CharSet charSet = attribute.
GetConstructorArgument
<CharSet>(0, SpecialType.System_Enum);
Symbols\Source\SourceNamedTypeSymbol.cs (4)
948
string? name = attributeData.
GetConstructorArgument
<string>(0, SpecialType.System_String);
1022
int length = attributeData.
GetConstructorArgument
<int>(0, SpecialType.System_Int32);
1042
string? methodName = attributeData.
GetConstructorArgument
<string>(1, SpecialType.System_String);
1427
string name = attribute.
GetConstructorArgument
<string>(0, SpecialType.System_String);