1 instantiation of TextNode
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
256var newTextNode = new TextNode(textContent);
3 references to TextNode
Microsoft.AspNetCore.Components.WebView.Test (3)
Infrastructure\TestDocument.cs (3)
139if (node is TextNode textNode) 256var newTextNode = new TextNode(textContent); 454if (node is TextNode t)