3 instantiations of DummyLocal
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (3)
75
Me._empty = New
DummyLocal
(container)
1168
Dim dummy As New
DummyLocal
(Me._container)
1187
dummy = New
DummyLocal
(Me._container)
7 references to DummyLocal
Microsoft.CodeAnalysis.VisualBasic (7)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (5)
58
Private ReadOnly _empty As
DummyLocal
64
Private ReadOnly _dummyVariables As New Dictionary(Of Object,
DummyLocal
)
1182
Dim dummy As
DummyLocal
= Nothing
1195
Dim dummy As
DummyLocal
= Nothing
1237
If Not TypeOf local Is
DummyLocal
Then
CodeGen\Optimizer\StackScheduler.vb (2)
42
If TypeOf local Is
DummyLocal
Then
78
Debug.Assert(Not TypeOf localInfo.Key Is
DummyLocal
)