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)
2149
if (!string.IsNullOrEmpty(arg.
Name
))
2151
OutputIdentifier(arg.
Name
);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
396
if (!string.IsNullOrEmpty(arg.
Name
))
398
OutputIdentifier(arg.
Name
);
System\CodeDom\Compiler\CodeGenerator.cs (2)
1043
if (!string.IsNullOrEmpty(arg.
Name
))
1045
OutputIdentifier(arg.
Name
);
System\CodeDom\Compiler\CodeValidator.cs (3)
178
if (!string.IsNullOrEmpty(arg.
Name
))
180
ValidateIdentifier(arg, nameof(arg.
Name
), arg.
Name
);