3 instantiations of DummyLocal
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (3)
75
Me._empty = New
DummyLocal
(container)
1166
Dim dummy As New
DummyLocal
(Me._container)
1185
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
)
1180
Dim dummy As
DummyLocal
= Nothing
1193
Dim dummy As
DummyLocal
= Nothing
1235
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
)