8 references to NamedArguments
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (1)
3183
foreach (CustomAttributeNamedArgument namedArgument in data.
NamedArguments
)
system\reflection\customattribute.cs (2)
509
for (int i = 0; i <
NamedArguments
.Count; i ++)
510
namedArgs += String.Format(CultureInfo.CurrentCulture, i == 0 && ctorArgs.Length == 0 ? "{0}" : ", {0}",
NamedArguments
[i]);
system\runtime\compilerservices\customconstantattribute.cs (1)
20
foreach (CustomAttributeNamedArgument namedArgument in attr.
NamedArguments
)
system\runtime\compilerservices\datetimeconstantattribute.cs (1)
34
foreach (CustomAttributeNamedArgument namedArgument in attr.
NamedArguments
)
system\runtime\compilerservices\decimalconstantattribute.cs (1)
56
foreach (CustomAttributeNamedArgument namedArgument in attr.
NamedArguments
)
System.AddIn (1)
System\Addin\Hosting\InspectionWorker.cs (1)
278
foreach(CustomAttributeNamedArgument cana in cad.
NamedArguments
)
System.Web (1)
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
304
foreach (var arg in attr.
NamedArguments
) {