9 references to GetConstructorArgument
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceAssemblySymbol.cs (1)
2601
int arg = attribute.
GetConstructorArgument
<int>(i, SpecialType.System_Int32);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
344
string? name = attributeData.
GetConstructorArgument
<string>(0, SpecialType.System_String);
754
string name = attribute.
GetConstructorArgument
<string>(0, SpecialType.System_String);
848
string? moduleName = attribute.
GetConstructorArgument
<string>(0, SpecialType.System_String);
Symbols\Source\SourceModuleSymbol.cs (1)
570
CharSet charSet = attribute.
GetConstructorArgument
<CharSet>(0, SpecialType.System_Enum);
Symbols\Source\SourceNamedTypeSymbol.cs (4)
943
string? name = attributeData.
GetConstructorArgument
<string>(0, SpecialType.System_String);
1017
int length = attributeData.
GetConstructorArgument
<int>(0, SpecialType.System_Int32);
1037
string? methodName = attributeData.
GetConstructorArgument
<string>(1, SpecialType.System_String);
1402
string name = attribute.
GetConstructorArgument
<string>(0, SpecialType.System_String);