2 references to MakeTypedArgument
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\MemberInfo\CustomAttributeDataImpl.cs (2)
37
return CustomAttributeData.ConstructorArguments.Select(
MakeTypedArgument
).ToList();
50
var lmrValue = new ReadOnlyCollection<CustomAttributeTypedArgument>(reflectionValue.Select(
MakeTypedArgument
).ToList());