Base:
method
VisitFixedStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitFixedStatement(Microsoft.CodeAnalysis.CSharp.BoundFixedStatement)
2 overrides of VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
373
public override BoundNode?
VisitFixedStatement
(BoundFixedStatement node)
BoundTree\BoundNode.cs (1)
678
public override BoundNode?
VisitFixedStatement
(BoundFixedStatement node)
2 references to VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
376
return base.
VisitFixedStatement
(node);
BoundTree\BoundNode.cs (1)
681
base.
VisitFixedStatement
(node);