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