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