5 references to DoLoweringPhase
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\MethodCompiler.vb (5)
580
If sourceTypeSymbol IsNot Nothing AndAlso
DoLoweringPhase
Then
730
If
DoLoweringPhase
AndAlso _moduleBeingBuiltOpt IsNot Nothing Then
1238
If Not
DoLoweringPhase
AndAlso (sourceMethod IsNot Nothing) Then
1307
If Not
DoLoweringPhase
AndAlso sourceMethod IsNot Nothing Then
1313
If
DoLoweringPhase
AndAlso Not hasErrors Then