7 references to TypedValue
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (1)
3186
object value = namedArgument.
TypedValue
.Value;
system\reflection\customattribute.cs (1)
644
return String.Format(CultureInfo.CurrentCulture, "{0} = {1}", MemberInfo.Name,
TypedValue
.ToString(ArgumentType != typeof(object)));
system\runtime\compilerservices\customconstantattribute.cs (1)
23
return namedArgument.
TypedValue
.Value;
system\runtime\compilerservices\datetimeconstantattribute.cs (1)
38
return new DateTime((long)namedArgument.
TypedValue
.Value);
system\runtime\compilerservices\decimalconstantattribute.cs (1)
62
return (Decimal)namedArgument.
TypedValue
.Value;
System.AddIn (1)
System\Addin\Hosting\InspectionWorker.cs (1)
282
CustomAttributeTypedArgument arg = cana.
TypedValue
;
System.Web (1)
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
305
attrArgs.Add(new CodeAttributeArgument(arg.MemberName, new CodePrimitiveExpression(arg.
TypedValue
.Value)));