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