1 write to _allowedMap
Microsoft.CodeAnalysis.CSharp (1)
Binder\TypeofBinder.cs (1)
79_allowedMap = new Dictionary<GenericNameSyntax, bool>();
3 references to _allowedMap
Microsoft.CodeAnalysis.CSharp (3)
Binder\TypeofBinder.cs (3)
66allowedMap = visitor._allowedMap; 77if (_allowedMap == null) 81_allowedMap[node] = !_seenConstructed;