5 references to DoLoweringPhase
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\MethodCompiler.vb (5)
576
If sourceTypeSymbol IsNot Nothing AndAlso
DoLoweringPhase
Then
726
If
DoLoweringPhase
AndAlso _moduleBeingBuiltOpt IsNot Nothing Then
1234
If Not
DoLoweringPhase
AndAlso (sourceMethod IsNot Nothing) Then
1303
If Not
DoLoweringPhase
AndAlso sourceMethod IsNot Nothing Then
1309
If
DoLoweringPhase
AndAlso Not hasErrors Then