2 references to RetargetAttributeConstructorArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (2)
1179
ImmutableArray<TypedConstant> newAttributeCtorArguments =
RetargetAttributeConstructorArguments
(oldAttributeCtorArguments);
1230
var newArray =
RetargetAttributeConstructorArguments
(oldConstant.Values);