1 write to Name
System.CodeDom (1)
System\CodeDom\CodeAttributeArgument.cs (1)
19
Name
= name;
9 references to Name
System.CodeDom (9)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
2140
if (!string.IsNullOrEmpty(arg.
Name
))
2142
OutputIdentifier(arg.
Name
);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
396
if (!string.IsNullOrEmpty(arg.
Name
))
398
OutputIdentifier(arg.
Name
);
System\CodeDom\Compiler\CodeGenerator.cs (2)
1010
if (!string.IsNullOrEmpty(arg.
Name
))
1012
OutputIdentifier(arg.
Name
);
System\CodeDom\Compiler\CodeValidator.cs (3)
175
if (!string.IsNullOrEmpty(arg.
Name
))
177
ValidateIdentifier(arg, nameof(arg.
Name
), arg.
Name
);