1 write to Name
System (1)
compmod\system\codedom\CodeAttributeArgument.cs (1)
55Name = name;
16 references to Name
System (12)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
2608if (arg.Name != null && arg.Name.Length > 0) { 2609OutputIdentifier(arg.Name);
compmod\microsoft\visualbasic\VBCodeProvider.cs (3)
647if (arg.Name != null && arg.Name.Length > 0) { 648OutputIdentifier(arg.Name);
compmod\system\codedom\compiler\CodeGenerator.cs (3)
1018if (arg.Name != null && arg.Name.Length > 0) { 1019OutputIdentifier(arg.Name);
compmod\system\codedom\compiler\CodeValidator.cs (3)
160if (arg.Name != null && arg.Name.Length > 0) { 161ValidateIdentifier(arg,"Name",arg.Name);
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityAttributeGenerationHelper.cs (1)
68if (argument.Name == propertyName)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
206if (attrArg.Name == "Namespace")
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1691if (String.Equals(argument.Name, "ConfigurationName", StringComparison.Ordinal))
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
162argumentNames[index] = codeArgument.Name;