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