3 writes to Name
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2533
cns.
Name
= ns;
2726
cns.
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)
3007
classFullName = GetFullClassName(_ccRoot.CodeNS.
Name
, _ccRoot.CodeClass.Name);
3109
: GetFullClassName(_ccRoot.CodeNS.
Name
, _ccRoot.CodeClass.Name);
System.CodeDom (10)
Microsoft\CSharp\CSharpCodeGenerator.cs (4)
2405
if (!string.IsNullOrEmpty(e.
Name
))
2408
string[] names = e.
Name
.Split(s_periodArray);
2456
if (string.IsNullOrEmpty(nspace.
Name
))
2551
if (!string.IsNullOrEmpty(e.
Name
))
Microsoft\VisualBasic\VBCodeGenerator.cs (3)
2325
if (!string.IsNullOrEmpty(e.
Name
))
2328
string[] names = e.
Name
.Split(s_periodArray);
2343
if (!string.IsNullOrEmpty(e.
Name
))
System\CodeDom\Compiler\CodeValidator.cs (3)
142
if (!string.IsNullOrEmpty(e.
Name
))
144
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}");