Base:
property
Name
Mono.Cecil.TypeReference.Name
Implemented interface member:
property
Name
Mono.Cecil.IMemberDefinition.Name
3 writes to Name
Mono.Cecil (3)
Mono.Cecil\WindowsRuntimeProjections.cs (3)
417 type.Name = type.Name.Substring ("<CLR>".Length); 422 type.Name = "<WinRT>" + type.Name; 478 type.Name = projection.Name;
47 references to Name
illink (30)
Microsoft.Maui.Controls.Build.Tasks (5)
DebugXamlCTask.cs (5)
68 LoggingHelper.LogMessage(Low, $"{new string(' ', 6)}Creating empty {typeDef.Name}.__InitComponentRuntime"); 102 LoggingHelper.LogMessage(Low, $"{new string(' ', 6)}Replacing body of {typeDef.Name}.{typeDef.Name} (bool {altCtor.Parameters[0].Name})"); 105 LoggingHelper.LogMessage(Low, $"{new string(' ', 6)}Adding {typeDef.Name}.{typeDef.Name} (bool useCompiledXaml)");
Mono.Cecil (11)
Mono.Cecil\AssemblyWriter.cs (1)
1460 GetStringIndex (type.Name),
Mono.Cecil\TypeDefinitionCollection.cs (2)
73 name_cache [new Slot (type.Namespace, type.Name)] = type; 80 name_cache.Remove (new Slot (type.Namespace, type.Name));
Mono.Cecil\TypeSystem.cs (1)
50 if (type.Name == row.Col2 && type.Namespace == row.Col1)
Mono.Cecil\WindowsRuntimeProjections.cs (7)
29 Name = type.Name; 257 if (!Projections.TryGetValue (type.Name, out info)) 396 return type.Name.StartsWith ("<CLR>"); 417 type.Name = type.Name.Substring ("<CLR>".Length); 422 type.Name = "<WinRT>" + type.Name; 872 if (type.Name == "VersionAttribute") 874 else if (type.Name == "DeprecatedAttribute")
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\ModuleMetadata.cs (1)
495 var name = type.IsNested ? type.Name : type.FullName;