3 references to HasSynthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\MethodCompiler.vb (3)
459
Debug.Assert(Not compilationState.
HasSynthesizedMethods
)
917
Debug.Assert(Not compilationState.
HasSynthesizedMethods
)
1026
If Not (DoEmitPhase AndAlso compilationState.
HasSynthesizedMethods
) Then