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