3 references to HasSynthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\MethodCompiler.vb (3)
463
Debug.Assert(Not compilationState.
HasSynthesizedMethods
)
921
Debug.Assert(Not compilationState.
HasSynthesizedMethods
)
1030
If Not (DoEmitPhase AndAlso compilationState.
HasSynthesizedMethods
) Then