2 writes to _child0
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxList.cs (2)
182
_child0
= child0;
192
_child0
= child0;
3 references to _child0
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\InternalSyntax\SyntaxList.cs (3)
202
return
_child0
;
212
array[offset].Value =
_child0
;
223
return new WithTwoChildren(
_child0
, _child1, errors);