3 references to HasSynthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\MethodCompiler.vb (3)
458
Debug.Assert(Not compilationState.
HasSynthesizedMethods
)
916
Debug.Assert(Not compilationState.
HasSynthesizedMethods
)
1025
If Not (DoEmitPhase AndAlso compilationState.
HasSynthesizedMethods
) Then