9 instantiations of CustomAttributeTypedArgument
mscorlib (9)
system\reflection\customattribute.cs (9)
350
return new
CustomAttributeTypedArgument
();
418
new
CustomAttributeTypedArgument
(dllImport.Value),
438
new
CustomAttributeTypedArgument
(fieldOffset.Value)
448
new
CustomAttributeTypedArgument
(marshalAs.Value),
487
typedArgs[0] = new
CustomAttributeTypedArgument
(typeof(Type), forwardedTo.Destination);
543
typedCtorArgs[i] = new
CustomAttributeTypedArgument
(m_scope, m_ctorParams[i].CustomAttributeEncodedArgument);
575
m_members[i], new
CustomAttributeTypedArgument
(m_scope, m_namedParams[i].EncodedArgument));
625
m_value = new
CustomAttributeTypedArgument
(type, value);
897
arrayValue[i] = new
CustomAttributeTypedArgument
(scope, encodedArg.ArrayValue[i]);
41 references to CustomAttributeTypedArgument
mscorlib (27)
system\internal.cs (1)
152
SZArrayHelper<
CustomAttributeTypedArgument
>(null);
system\reflection\customattribute.cs (22)
340
internal static
CustomAttributeTypedArgument
Filter(IList<CustomAttributeData> attrs, Type caType, int parameter)
360
private IList<
CustomAttributeTypedArgument
> m_typedCtorArgs;
416
m_typedCtorArgs = Array.AsReadOnly(new
CustomAttributeTypedArgument
[]
437
m_typedCtorArgs = Array.AsReadOnly(new
CustomAttributeTypedArgument
[] {
446
m_typedCtorArgs = Array.AsReadOnly(new
CustomAttributeTypedArgument
[]
486
CustomAttributeTypedArgument
[] typedArgs = new
CustomAttributeTypedArgument
[1];
496
m_typedCtorArgs = Array.AsReadOnly(new
CustomAttributeTypedArgument
[0]);
531
public virtual IList<
CustomAttributeTypedArgument
> ConstructorArguments
537
CustomAttributeTypedArgument
[] typedCtorArgs = new
CustomAttributeTypedArgument
[m_ctorParams.Length];
604
private
CustomAttributeTypedArgument
m_value;
628
public CustomAttributeNamedArgument(MemberInfo memberInfo,
CustomAttributeTypedArgument
typedArgument)
670
public
CustomAttributeTypedArgument
TypedValue { get { return m_value; } }
682
public static bool operator ==(
CustomAttributeTypedArgument
left,
CustomAttributeTypedArgument
right)
686
public static bool operator !=(
CustomAttributeTypedArgument
left,
CustomAttributeTypedArgument
right)
895
CustomAttributeTypedArgument
[] arrayValue = new
CustomAttributeTypedArgument
[encodedArg.ArrayValue.Length];
936
IList<
CustomAttributeTypedArgument
> array = Value as IList<
CustomAttributeTypedArgument
>;
system\reflection\parameterinfo.cs (1)
621
CustomAttributeTypedArgument
value =
system\runtime\compilerservices\decimalconstantattribute.cs (1)
69
System.Collections.Generic.IList<
CustomAttributeTypedArgument
> args = attr.ConstructorArguments;
system\runtime\interopservices\marshal.cs (2)
2361
IList<
CustomAttributeTypedArgument
> caConstructorArgs = cas[i].ConstructorArguments;
2364
CustomAttributeTypedArgument
progIdConstructorArg = caConstructorArgs[0];
PresentationBuildTasks (6)
Framework\System\Windows\Markup\XmlnsCache.cs (4)
254
IList<
CustomAttributeTypedArgument
> constructorArguments = data.ConstructorArguments;
257
CustomAttributeTypedArgument
tca = constructorArguments[i];
274
IList<
CustomAttributeTypedArgument
> constructorArguments = data.ConstructorArguments;
277
CustomAttributeTypedArgument
tca = constructorArguments[i];
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
303
IList<
CustomAttributeTypedArgument
> constructorArguments = cad.ConstructorArguments;
306
CustomAttributeTypedArgument
tca = constructorArguments[0];
System.AddIn (5)
System\Addin\Hosting\InspectionWorker.cs (4)
282
CustomAttributeTypedArgument
arg = cana.TypedValue;
283
ReadOnlyCollection<
CustomAttributeTypedArgument
> types = (ReadOnlyCollection<
CustomAttributeTypedArgument
>)arg.Value;
286
foreach (
CustomAttributeTypedArgument
subArg in types)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
92
IList<
CustomAttributeTypedArgument
> args = ca.ConstructorArguments;
System.Web (1)
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
300
foreach (
var
arg in attr.ConstructorArguments) {
WindowsBase (2)
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
303
IList<
CustomAttributeTypedArgument
> constructorArguments = cad.ConstructorArguments;
306
CustomAttributeTypedArgument
tca = constructorArguments[0];