コード例 #1
0
ファイル: Emitter.cs プロジェクト: RasmusTG/SourceMaps.CSharp
 private void recordSourceMappingStart(ISyntaxElement ast) 
 {
    if (this.sourceMapper!=null && ASTHelpers.isValidAstNode(ast)) 
    {
          this.recordSourceMappingSpanStart(ast);
    }
 }
コード例 #2
0
 public static bool isValidAstNode(ISyntaxElement ast)
 {
    throw new NotImplementedException();
 }