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)
328return _needsFixup && TypeArguments.Count > 0 ?