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