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