4 writes to _needsFixup
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (4)
132
_needsFixup
= true;
157
_needsFixup
= true; // default to true, and if we find arity or generic type args, we'll clear the flag.
190
_needsFixup
= false;
286
_needsFixup
= false;
1 reference to _needsFixup
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
379
if (
_needsFixup
&& TypeArguments.Count > 0)