コード例 #1
0
 public LanguageDetectorResult Detect(ISourceRepo sourceRepo)
 {
     return(_detector.Detect(sourceRepo));
 }
コード例 #2
0
ファイル: PhpPlatform.cs プロジェクト: yazici/Oryx
 public LanguageDetectorResult Detect(RepositoryContext context)
 {
     return(_detector.Detect(context));
 }
コード例 #3
0
ファイル: PhpPlatform.cs プロジェクト: sanchitmehta/Oryx
 public LanguageDetectorResult Detect(BuildScriptGeneratorContext context)
 {
     return(_detector.Detect(context));
 }