1 write to BindNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentBindLoweringPass.cs (1)
1125BindNode = bindNodeReference.Node;
9 references to BindNode
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Components\ComponentBindLoweringPass.cs (9)
113var bindNode = existingEntry.BindNode.AssumeNotNull(); 176if (entry.BindNode != null) 416if (bindEntry.BindNode is { } bindNode) 561var node = bindEntry.BindNode; 1136=> Assumed.Unreachable<T>($"{nameof(BindNode)} and {nameof(BindGetNode)} can't both be null or non-null."); 1139=> (BindNode, BindGetNode) switch 1147=> (BindNode, BindGetNode) switch 1155=> (BindNode, BindGetNode) switch 1164=> (BindNode, BindGetNode) switch