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)
61
allowedMap = visitor.
_allowedMap
;
69
if (
_allowedMap
== null)
73
_allowedMap
[node] = !_seenConstructed;