コード例 #1
0
ファイル: Normalizer.cs プロジェクト: uQr/referencesource
 /// <summary>
 /// The driver routine.
 /// </summary>
 /// <param name="planCompilerState">plan compiler state</param>
 internal static void Process(PlanCompiler planCompilerState)
 {
     Normalizer normalizer = new Normalizer(planCompilerState);
     normalizer.Process();
 }