1 write to _allowedMap
Microsoft.CodeAnalysis.CSharp (1)
Binder\TypeofBinder.cs (1)
31OpenTypeVisitor.Visit(typeExpression, out _allowedMap);
2 references to _allowedMap
Microsoft.CodeAnalysis.CSharp (2)
Binder\TypeofBinder.cs (2)
37return _allowedMap != null && _allowedMap.TryGetValue(syntax, out allowed) && allowed;