13 references to ArgumentType
mscorlib (11)
system\reflection\customattribute.cs (9)
918
if (
ArgumentType
.IsEnum)
919
return String.Format(CultureInfo.CurrentCulture, typed ? "{0}" : "({1}){0}", Value,
ArgumentType
.FullName);
922
return String.Format(CultureInfo.CurrentCulture, typed ? "null" : "({0})null",
ArgumentType
.Name);
924
else if (
ArgumentType
== typeof(string))
927
else if (
ArgumentType
== typeof(char))
930
else if (
ArgumentType
== typeof(Type))
933
else if (
ArgumentType
.IsArray)
938
Type elementType =
ArgumentType
.GetElementType();
947
return String.Format(CultureInfo.CurrentCulture, typed ? "{0}" : "({1}){0}", Value,
ArgumentType
.Name);
system\reflection\parameterinfo.cs (1)
625
if (value.
ArgumentType
!= null)
system\runtime\interopservices\marshal.cs (1)
2365
Contract.Assert(progIdConstructorArg.
ArgumentType
== typeof(String), "progIdConstructorArg.ArgumentType == typeof(String)");
PresentationBuildTasks (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
308
if (attrValue == null && allowTypeAlso && tca.
ArgumentType
== typeof(Type))
WindowsBase (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
308
if (attrValue == null && allowTypeAlso && tca.
ArgumentType
== typeof(Type))