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