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