2 writes to _type
System.CodeDom (2)
System\CodeDom\CodeMemberField.cs (2)
32get => _type ??= new CodeTypeReference(""); 33set => _type = value;