5 writes to DesignerTypeName
System.ComponentModel.Primitives (5)
System\ComponentModel\DesignerAttribute.cs (5)
24DesignerTypeName = designerTypeName; 36DesignerTypeName = designerType.AssemblyQualifiedName!; 48DesignerTypeName = designerTypeName; 61DesignerTypeName = designerTypeName; 74DesignerTypeName = designerType.AssemblyQualifiedName!;
5 references to DesignerTypeName
System.ComponentModel.Primitives (3)
System\ComponentModel\DesignerAttribute.cs (3)
123&& other.DesignerTypeName == DesignerTypeName; 126public override int GetHashCode() => HashCode.Combine(DesignerBaseTypeName, DesignerTypeName);
System.ComponentModel.TypeConverter (2)
System\ComponentModel\TypeDescriptor.cs (2)
2555type = typeResolutionService.GetType(designerAttribute.DesignerTypeName); 2559type = Type.GetType(designerAttribute.DesignerTypeName);