5 references to CompileMethod
Microsoft.CodeAnalysis.CSharp (5)
Compiler\MethodCompiler.cs (5)
506CompileMethod(marker, -1, ref processedInitializers, synthesizedSubmissionFields, compilationState);
561CompileMethod(method, memberOrdinal, ref processedInitializers, synthesizedSubmissionFields, compilationState);
611CompileMethod(method, -1, ref processedInitializers, synthesizedSubmissionFields, compilationState);
628CompileMethod(method, -1, ref processedStaticInitializers, synthesizedSubmissionFields, compilationState);
664CompileMethod(scriptCtor, scriptCtorOrdinal, ref processedInitializers, synthesizedSubmissionFields, compilationState);