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