2 writes to _type
System.CodeDom (2)
System\CodeDom\CodeMemberProperty.cs (2)
19get => _type ??= new CodeTypeReference(""); 20set => _type = value;