Base:
method
VisitFixedStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitFixedStatement(Microsoft.CodeAnalysis.CSharp.BoundFixedStatement)
2 overrides of VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\DefiniteAssignment.cs (1)
2273public override BoundNode VisitFixedStatement(BoundFixedStatement node)
FlowAnalysis\NullableWalker.cs (1)
3431public override BoundNode? VisitFixedStatement(BoundFixedStatement node)
2 references to VisitFixedStatement
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\DefiniteAssignment.cs (1)
2276return base.VisitFixedStatement(node);
FlowAnalysis\NullableWalker.cs (1)
3434return base.VisitFixedStatement(node);