4 writes to _needsFixup
System.CodeDom (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; 269_needsFixup = false;
1 reference to _needsFixup
System.CodeDom (1)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (1)
324return _needsFixup && TypeArguments.Count > 0 ?