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)
379if (_needsFixup && TypeArguments.Count > 0)