1 write to Node
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentGenericTypePass.cs (1)
82
binding.
Node
= typeArgumentNode;
3 references to Node
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentGenericTypePass.cs (3)
104
var mappings = bindings.ToDictionary(kvp => kvp.Key, kvp => kvp.Value.
Node
);
251
var mappings = bindings.ToDictionary(kvp => kvp.Key, kvp => kvp.Value.
Node
);
302
if (binding.
Node
== null || string.IsNullOrWhiteSpace(binding.Content?.Content))