3 writes to Name
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2538
Name
= ns
2744
Name
= XamlTypeMapper.GeneratedNamespace
System.CodeDom (1)
System\CodeDom\CodeNamespace.cs (1)
27
Name
= name;
16 references to Name
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
3050
classFullName = GetFullClassName(_ccRoot.CodeNS.
Name
, _ccRoot.CodeClass.Name);
3152
: GetFullClassName(_ccRoot.CodeNS.
Name
, _ccRoot.CodeClass.Name);
System.CodeDom (10)
Microsoft\CSharp\CSharpCodeGenerator.cs (4)
2396
if (!string.IsNullOrEmpty(e.
Name
))
2399
string[] names = e.
Name
.Split(s_periodArray);
2447
if (string.IsNullOrEmpty(nspace.
Name
))
2542
if (!string.IsNullOrEmpty(e.
Name
))
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
2322
if (!string.IsNullOrEmpty(e.
Name
))
2325
string[] names = e.
Name
.Split(s_periodArray);
2340
if (!string.IsNullOrEmpty(e.
Name
))
System\CodeDom\Compiler\CodeValidator.cs (3)
139
if (!string.IsNullOrEmpty(e.
Name
))
141
ValidateTypeName(e, nameof(e.
Name
), e.
Name
);
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
103
string ns = codeNS.
Name
?? string.Empty;
1347
if (ns.
Name
== clrNamespace)
1498
if (clrNamespace == codeNamespace.
Name
)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
844
SetBaseComponentClassName($"{_documentNamespace.
Name
}.{_documentType.Name}");