1 write to _node
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNode.cs (1)
189
_node
= node;
2 references to _node
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNode.cs (2)
190
_childCount =
_node
.ChildCount;
206
Current =
_node
.ChildAt(_currentIndex);