5 references to DoLoweringPhase
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\MethodCompiler.vb (5)
570
If sourceTypeSymbol IsNot Nothing AndAlso
DoLoweringPhase
Then
720
If
DoLoweringPhase
AndAlso _moduleBeingBuiltOpt IsNot Nothing Then
1218
If Not
DoLoweringPhase
AndAlso (sourceMethod IsNot Nothing) Then
1287
If Not
DoLoweringPhase
AndAlso sourceMethod IsNot Nothing Then
1293
If
DoLoweringPhase
AndAlso Not hasErrors Then