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)
66
allowedMap = visitor.
_allowedMap
;
77
if (
_allowedMap
== null)
81
_allowedMap
[node] = !_seenConstructed;