3 writes to Name
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2537cns.Name = ns; 2730cns.Name = XamlTypeMapper.GeneratedNamespace;
System.CodeDom (1)
System\CodeDom\CodeNamespace.cs (1)
27Name = name;
15 references to Name
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3011classFullName = GetFullClassName(_ccRoot.CodeNS.Name, _ccRoot.CodeClass.Name); 3113: GetFullClassName(_ccRoot.CodeNS.Name, _ccRoot.CodeClass.Name);
System.CodeDom (10)
Microsoft\CSharp\CSharpCodeGenerator.cs (4)
2405if (!string.IsNullOrEmpty(e.Name)) 2408string[] names = e.Name.Split(s_periodArray); 2456if (string.IsNullOrEmpty(nspace.Name)) 2551if (!string.IsNullOrEmpty(e.Name))
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
2325if (!string.IsNullOrEmpty(e.Name)) 2328string[] names = e.Name.Split(s_periodArray); 2343if (!string.IsNullOrEmpty(e.Name))
System\CodeDom\Compiler\CodeValidator.cs (3)
142if (!string.IsNullOrEmpty(e.Name)) 144ValidateTypeName(e, nameof(e.Name), e.Name);
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
103string ns = codeNS.Name ?? string.Empty; 1347if (ns.Name == clrNamespace) 1498if (clrNamespace == codeNamespace.Name)