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