4 writes to _needsFixup
System.Private.DataContractSerialization (4)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (4)
112
_needsFixup
= true;
137
_needsFixup
= true; // default to true, and if we find arity or generic type args, we'll clear the flag.
171
_needsFixup
= false;
273
_needsFixup
= false;
1 reference to _needsFixup
System.Private.DataContractSerialization (1)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (1)
328
return
_needsFixup
&& TypeArguments.Count > 0 ?