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