private void recordSourceMappingStart(ISyntaxElement ast) { if (this.sourceMapper!=null && ASTHelpers.isValidAstNode(ast)) { this.recordSourceMappingSpanStart(ast); } }
public static bool isValidAstNode(ISyntaxElement ast) { throw new NotImplementedException(); }