4 references to HasSynthesizedMethods
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\MethodCompiler.vb (3)
453Debug.Assert(Not compilationState.HasSynthesizedMethods) 910Debug.Assert(Not compilationState.HasSynthesizedMethods) 1011If Not (DoEmitPhase AndAlso compilationState.HasSynthesizedMethods) Then
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
FlowAnalysis\FlowTestBase.vb (1)
34Debug.Assert(Not compilationState.HasSynthesizedMethods)