1 write to BindGetNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentBindLoweringPass.cs (1)
1131
BindGetNode
= bindNodeReference.Node;
7 references to BindGetNode
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Components\ComponentBindLoweringPass.cs (7)
426
var bindGetNode = bindEntry.
BindGetNode
.AssumeNotNull();
562
var getNode = bindEntry.
BindGetNode
;
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