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