4 writes to needsFixup
System (4)
compmod\system\codedom\CodeTypeReference.cs (4)
120needsFixup = true; 143needsFixup = true; // default to true, and if we find arity or generic type args, we'll clear the flag. 171needsFixup = false; 254needsFixup = false;
1 reference to needsFixup
System (1)
compmod\system\codedom\CodeTypeReference.cs (1)
333if (needsFixup && TypeArguments.Count > 0)