Base:
method
VisitFixedStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitFixedStatement(Microsoft.CodeAnalysis.CSharp.BoundFixedStatement)
2 overrides of VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
326
public override BoundNode?
VisitFixedStatement
(BoundFixedStatement node)
BoundTree\BoundNode.cs (1)
616
public override BoundNode?
VisitFixedStatement
(BoundFixedStatement node)
2 references to VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
329
return base.
VisitFixedStatement
(node);
BoundTree\BoundNode.cs (1)
619
base.
VisitFixedStatement
(node);