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