Exemplo n.º 1
0
 public static string createAllMethodsStreams(this O2MappedAstData astData, string targetFolder)
 {
     return(astData.createAllMethodsStreams(targetFolder, null, null));
 }
Exemplo n.º 2
0
        public static string createAllMethodsStreams(this O2MappedAstData astData)
        {
            var targetFolder = PublicDI.config.getTempFolderInTempDirectory("_MethodStream");

            return(astData.createAllMethodsStreams(targetFolder));
        }