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