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