Base:
method
VisitFixedStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitFixedStatement(Microsoft.CodeAnalysis.CSharp.BoundFixedStatement)
2 overrides of VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
434
public override BoundNode?
VisitFixedStatement
(BoundFixedStatement node)
BoundTree\BoundNode.cs (1)
734
public override BoundNode?
VisitFixedStatement
(BoundFixedStatement node)
2 references to VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
437
return base.
VisitFixedStatement
(node);
BoundTree\BoundNode.cs (1)
737
base.
VisitFixedStatement
(node);