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