Example #1
0
 protected virtual void Visit(CustomAttributeArgument customAttributeArgument, Context context)
 {
     this.VisitTypeReference(customAttributeArgument.Type, context.AttributeArgumentType(customAttributeArgument));
 }