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