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